home *** CD-ROM | disk | FTP | other *** search
- if("1" < eval("/:location") - int(eval("/:location") / "10") * "10")
- {
- set("/:location",eval("/:location") - "1");
- setProperty("/Square", _Y, getProperty("/Square", _Y) - "60");
- }
- else
- {
- set("/:location",eval("/:location") + "2");
- setProperty("/Square", _Y, getProperty("/Square", _Y) + "120");
- }
- gotoAndStop(2);
-