home *** CD-ROM | disk | FTP | other *** search
- if(getProperty("/m1", _X) >= _X - "30" and _X + "30" >= getProperty("/m1", _X) and _Y >= getProperty("/m1", _Y) and getProperty("/keylevel3", _currentframe) == "10" and getProperty("_level0/lives", _currentframe) < "6")
- {
- tellTarget("..")
- {
- gotoAndStop("win");
- play();
- }
- }
-