home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_939 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  196 b   |  13 lines

  1. if(perso._y < 115)
  2. {
  3.    _parent.gotoAndStop("fire_1");
  4. }
  5. else if(perso._x < c.BGCur * c.BGWidth - 300)
  6. {
  7.    _parent.gotoAndStop("fire_2");
  8. }
  9. else
  10. {
  11.    _parent.gotoAndStop("fire_3");
  12. }
  13.