first commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
function playSound_CrossHairFlash()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_Crosshair1Flash");
|
||||
}
|
||||
function playSound_CrossHairMove()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_Crosshair1Move");
|
||||
}
|
||||
function playSound_PhotoFlash()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_Photo1Flash");
|
||||
}
|
||||
function playSound_PhotoPlace()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_Photo1Place");
|
||||
}
|
||||
function playSound_PhotoSlideIn()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_Photo1SlideIn");
|
||||
}
|
||||
function playSound_Start()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_Start");
|
||||
}
|
||||
function playSound_SwipeHorizontal()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_SwipeHorizontal");
|
||||
}
|
||||
function playSound_SwipeVertical()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_SwipeVertical");
|
||||
}
|
||||
function playSound_ZoomIn()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_ZoomIn");
|
||||
}
|
||||
function playSound_ZoomOut()
|
||||
{
|
||||
_global.playSound("UBriefGlobal_ZoomOut");
|
||||
}
|
||||
_parent.screen.onBriefingLoaded();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_SwipeHorizontal();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_CrossHairFlash();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_ZoomIn();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_CrossHairMove();
|
||||
@@ -0,0 +1,2 @@
|
||||
playSound_start();
|
||||
playSound_SwipeVertical();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_CrossHairFlash();
|
||||
@@ -0,0 +1,2 @@
|
||||
playSound_ZoomOut();
|
||||
playSound_PhotoSlideIn();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_photoFlash();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_PhotoSlideIn();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_CrossHairMove();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_PhotoFlash();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_PhotoSlideIn();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_PhotoFlash();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_PhotoSlideIn();
|
||||
@@ -0,0 +1,2 @@
|
||||
playSound_PhotoPlace();
|
||||
playSound_CrossHairMove();
|
||||
@@ -0,0 +1 @@
|
||||
playSound_CrossHairFlash();
|
||||
@@ -0,0 +1,2 @@
|
||||
stop();
|
||||
instanceName.loadMovie();
|
||||
Reference in New Issue
Block a user