home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
CheeseHunt.swf
/
scripts
/
frame_210
/
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-04
|
200 b
|
12 lines
stop();
_root.fade.gotoAndPlay(1);
_root.hero._x = 35;
maxPlatforms = 0;
for(i in this)
{
if(typeof eval(i) == "movieclip" && i.substr(1,5) == "platf")
{
maxPlatforms++;
}
}