home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
asitchintime2.swf
/
scripts
/
DefineSprite_859
/
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
|
2005-11-09
|
249 b
|
18 lines
if(a == undefined)
{
var a = true;
b.addListener(this);
onPause = function()
{
stop();
};
onPlay = function()
{
play();
};
this.onUnload = function()
{
b.removeListener(this);
};
}