home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / chicken.swf / scripts / frame_26 / DoAction.as
Encoding:
Text File  |  2006-05-23  |  128 b   |  13 lines

  1. if(otita == "1")
  2. {
  3.    gotoAndPlay(32);
  4. }
  5. else if(bstop == "1")
  6. {
  7.    gotoAndPlay(27);
  8. }
  9. else
  10. {
  11.    gotoAndPlay(25);
  12. }
  13.