home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
episode4.swf
/
scripts
/
DefineSprite_1093
/
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
|
270 b
|
11 lines
if(Key.isDown(Key.LEFT) and 3 < eval("/Variables:InvNb"))
{
Deplace = eval("/Variables:LargeurObjet");
gotoAndPlay(3);
}
if(Key.isDown(Key.RIGHT) and 3 < eval("/Variables:InvNb"))
{
Deplace = -1 * eval("/Variables:LargeurObjet");
gotoAndPlay(3);
}