home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / maximum_rotation.swf / scripts / DefineSprite_62 / frame_11 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  299 b   |  12 lines

  1. if("13" < eval("/:location"))
  2. {
  3.    set("/:location",eval("/:location") - "10");
  4.    setProperty("/Square", _X, getProperty("/Square", _X) - "80");
  5. }
  6. else
  7. {
  8.    set("/:location",eval("/:location") + "20");
  9.    setProperty("/Square", _X, getProperty("/Square", _X) + "160");
  10. }
  11. gotoAndStop(2);
  12.