home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineSprite_3750 / frame_1 / DoAction.as
Text File  |  2010-05-15  |  170b  |  13 lines

  1. if(eval("/Variables:Arrive") eq "Gauche1")
  2. {
  3.    gotoAndPlay(2);
  4. }
  5. else if(eval("/Variables:Arrive") eq "Droite1")
  6. {
  7.    gotoAndPlay(64);
  8. }
  9. else
  10. {
  11.    stop();
  12. }
  13.