home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 45
/
Vol 45.iso
/
games
/
escape.swf
/
scripts
/
frame_6
/
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-08-23
|
241 b
|
15 lines
this.stop();
this.onEnterFrame = function()
{
if(Key.isDown(82))
{
mySound.stop();
_root.gotoAndStop("start");
}
if(_global.clr == 1)
{
mySound.stop();
_root.gotoAndPlay("clear");
}
};