home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / puzzle-land.swf / scripts / DefineSprite_1168 / frame_26 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  291 b   |  17 lines

  1. if(_root.point1 > 0 && _root.point1 < 2)
  2. {
  3.    gotoAndPlay(27);
  4. }
  5. else if(_root.point1 > 1 && _root.point1 < 3)
  6. {
  7.    gotoAndPlay(34);
  8. }
  9. else if(_root.point1 > 2 && _root.point1 < 4)
  10. {
  11.    gotoAndPlay(46);
  12. }
  13. else if(_root.point1 > 3 && _root.point1 < 5)
  14. {
  15.    gotoAndPlay(52);
  16. }
  17.