home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
pepsi_pinball.swf
/
scripts
/
DefineSprite_175
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-18
|
290 b
|
20 lines
function animateLight()
{
gotoAndPlay(10);
}
function setLightOff()
{
gotoAndStop(5);
}
function reset()
{
trace("reset all targets");
_root.saloon_mc.setDoorClose();
for(i in _root.target)
{
_root.target[i].setOn();
}
}
stop();
setLightOff();