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