home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Great Adventure of Natural Gas
/
start
/
start.swf
/
scripts
/
DefineSprite_427
/
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
|
2007-01-01
|
224 b
|
13 lines
targety = this._y;
this._y -= 400;
this.onEnterFrame = function()
{
var _loc1_ = this;
_loc1_._y += 15;
if(_loc1_._y >= targety)
{
_loc1_._y = targety;
delete _loc1_.onEnterFrame;
}
};