home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / powerfox.swf / scripts / DefineSprite_538 / frame_72 / DoAction.as
Text File  |  2006-03-21  |  395b  |  17 lines

  1. if(_root.pfeilrichtung == 1 && _root.elephanttod == 1)
  2. {
  3.    _root.pfeil.links.play();
  4. }
  5. else if(_root.pfeilrichtung == 2 && _root.elephanttod == 1)
  6. {
  7.    _root.pfeil.rechts.play();
  8. }
  9. else if(_root.pfeilrichtung == 1 && _root.elephanttod == 2)
  10. {
  11.    _root.pfeil.linksunten.play();
  12. }
  13. else if(_root.pfeilrichtung == 2 && _root.elephanttod == 2)
  14. {
  15.    _root.pfeil.rechtsunten.play();
  16. }
  17.