home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
snowrider.swf
/
scripts
/
DefineSprite_151
/
frame_3
/
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-07-22
|
214 b
|
14 lines
if(!§§pop())
{
_Y = _Y + speed;
_rotation = _rotation + speed * rotation;
if(150 < _Y)
{
_alpha = _alpha - 2;
}
if(_Y < 320)
{
gotoAndPlay(_currentframe - 1);
}
}