home *** CD-ROM | disk | FTP | other *** search
- if("0" < getProperty("/p", _Y))
- {
- setProperty("/spin1", _rotation, "0");
- setProperty("/p", _Y, "50");
- setProperty("/blast2", _X, getProperty("/spin1", _X));
- setProperty("/blast2", _Y, getProperty("/spin1", _Y));
- setProperty("/blast2", _visible, "1");
- tellTarget("/spin1")
- {
- gotoAndPlay(2);
- }
- tellTarget("/blast2")
- {
- gotoAndPlay(2);
- }
- }
- else
- {
- stop();
- }
-