home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 5
/
ONCE005.iso
/
Jogos
/
1636.swf
/
scripts
/
DefineSprite_271
/
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-05-02
|
237 b
|
8 lines
onEnterFrame = function()
{
var position = {x:_X,y:_Y};
_parent.localToGlobal(position);
gameEngine = eval(gameEngineName);
gameEngine.createBullet(bulletName,position,_parent._parent.team,_parent._parent._xscale);
};