home *** CD-ROM | disk | FTP | other *** search
- _X = _X + eval("/:movx");
- _Y = _Y + eval("/:movy");
- dx = _X - getProperty("/ufo1/", _X);
- dy = _Y - getProperty("/ufo1/", _Y);
- if(dx < eval("/:tolerance") and - eval("/:tolerance") < dx and dy < eval("/:tolerance") and - eval("/:tolerance") < dy)
- {
- set("/ufo1/:tethered","1");
- set("/:score",eval("/:score") + "200");
- gotoAndPlay(3);
- tellTarget("/line")
- {
- gotoAndPlay(2);
- }
- tellTarget("/hyperspace")
- {
- play();
- }
- }
-