home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
episode1.swf
/
scripts
/
DefineSprite_981
/
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
|
2007-03-20
|
263 b
|
16 lines
if(this.hitTest(_root.Meg._x,_root.Meg._y,true))
{
if(Key.isDown(Key.SPACE))
{
tellTarget("/Animatique")
{
play();
}
tellTarget("/")
{
gotoAndStop("BateauVide");
play();
}
}
}