home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
ntech.swf
/
scripts
/
DefineSprite_77_CrossDeviceID
/
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
|
2006-06-13
|
250 b
|
15 lines
this.onEnterFrame = function()
{
if(_root._xmouse >= 126)
{
this._x = _root._xmouse;
}
this._y = 126;
_root.SAmmo -= 0.1;
if(_root.SAmmo <= 0)
{
_root.Special = "None";
this.unloadMovie();
}
};