home *** CD-ROM | disk | FTP | other *** search
- if(eval("/:location") - int(eval("/:location") / "10") * "10" < "3")
- {
- 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);
-