home *** CD-ROM | disk | FTP | other *** search
- if(eval("/:location") < "31")
- {
- set("/:location",eval("/:location") + "10");
- setProperty("/Square", _X, getProperty("/Square", _X) + "80");
- }
- else
- {
- set("/:location",eval("/:location") - "20");
- setProperty("/Square", _X, getProperty("/Square", _X) - "160");
- }
- gotoAndStop(2);
-