home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
ntech.swf
/
scripts
/
DefineSprite_30_LaserBeamOutputID
/
frame_11
/
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-06-13
|
195 b
|
13 lines
if(_root.BeamColor == "0x00FF00")
{
gotoAndPlay(1);
}
else if(_root.BeamColor == "0x9933CC")
{
gotoAndPlay(12);
}
else if(_root.BeamColor == "0x0000FF")
{
gotoAndPlay(23);
}