home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
sleepless-knight.swf
/
scripts
/
DefineSprite_287
/
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
|
2008-09-11
|
251 b
|
12 lines
function onEnterFrame()
{
_rotation = _rotation + 10;
if(this.hitTest(_parent._parent.MAN))
{
_root.coins = _root.coins + 1;
_root.playSound("COIN",50);
this.swapDepths(9999);
this.removeMovieClip();
}
}