home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
episode1.swf
/
scripts
/
DefineSprite_983
/
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
|
282 b
|
12 lines
if(this.hitTest(_root.Meg._x,_root.Meg._y,true))
{
if(Key.isDown(Key.SPACE) and eval("/Variables:ObjetSelect") == 2 and eval("/Variables:FeuEtein") != true)
{
tellTarget("/Animatique")
{
gotoAndStop("EteinFeu");
play();
}
}
}