home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
batman_cobble.swf
/
scripts
/
frame_16
/
DoAction_22.as
< prev
next >
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
|
2006-06-13
|
283 b
|
15 lines
_global.doorOpen = function()
{
if(this.hitTest(_root.game.player))
{
if(this.door._currentframe == 1)
{
this.door.gotoAndPlay("open");
}
}
else if(this.door._currentframe == 10)
{
this.door.gotoAndPlay("close");
}
};