home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
ntech.swf
/
scripts
/
DefineSprite_123_DeviceID
/
frame_2
/
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
|
2006-06-13
|
285 b
|
17 lines
stop();
this._name = "HitDevice";
_root.DeviceReady = false;
this.onEnterFrame = function()
{
Nexter++;
if(Nexter == 60)
{
prevFrame();
Nexter = 0;
}
if(_root._ymouse >= 126 && _root._ymouse < 630)
{
this._y = _root._ymouse;
}
};