home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
Drifter.swf
/
scripts
/
DefineSprite_61
/
frame_19
/
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
|
2005-08-05
|
288 b
|
23 lines
VCount += "1";
Extract = Computer.substr(VCount,"1");
if(CCount < VCount)
{
nextFrame();
}
if(Extract eq "R")
{
gotoAndPlay(65);
}
if(Extract eq "B")
{
gotoAndPlay(68);
}
if(Extract eq "Y")
{
gotoAndPlay(71);
}
if(Extract eq "G")
{
gotoAndPlay(74);
}