home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
powerfox.swf
/
scripts
/
DefineSprite_538
/
frame_72
/
DoAction.as
Wrap
Text File
|
2006-03-21
|
395b
|
17 lines
if(_root.pfeilrichtung == 1 && _root.elephanttod == 1)
{
_root.pfeil.links.play();
}
else if(_root.pfeilrichtung == 2 && _root.elephanttod == 1)
{
_root.pfeil.rechts.play();
}
else if(_root.pfeilrichtung == 1 && _root.elephanttod == 2)
{
_root.pfeil.linksunten.play();
}
else if(_root.pfeilrichtung == 2 && _root.elephanttod == 2)
{
_root.pfeil.rechtsunten.play();
}