home *** CD-ROM | disk | FTP | other *** search
- line1a_x = getProperty("/line1a", _X);
- line1a_y = getProperty("/line1a", _Y);
- line1b_x = getProperty("/line1b", _X);
- line1b_y = getProperty("/line1b", _Y);
- line2a_x = getProperty("/line2a", _X);
- line2a_y = getProperty("/line2a", _Y);
- line2b_x = getProperty("/line2b", _X);
- line2b_y = getProperty("/line2b", _Y);
- if("880" < getProperty("/line1a", _X))
- {
- setProperty("/line1a", _X, getProperty("/line1b", _X) - "655.4");
- setProperty("/line1a", _Y, getProperty("/line1b", _Y) + "458.9");
- }
- else if("880" < getProperty("/line1b", _X))
- {
- setProperty("/line1b", _X, getProperty("/line1a", _X) - "655.4");
- setProperty("/line1b", _Y, getProperty("/line1a", _Y) + "458.9");
- }
- else if("880" < getProperty("/line2a", _X))
- {
- setProperty("/line2a", _X, getProperty("/line2b", _X) - "655.4");
- setProperty("/line2a", _Y, getProperty("/line2b", _Y) + "458.9");
- }
- else if("880" < getProperty("/line2b", _X))
- {
- setProperty("/line2b", _X, getProperty("/line2a", _X) - "655.4");
- setProperty("/line2b", _Y, getProperty("/line2a", _Y) + "458.9");
- }
- else
- {
- setProperty("/line1a", _X, line1a_x + vel_x);
- setProperty("/line1a", _Y, line1a_y + vel_y);
- setProperty("/line1b", _X, line1b_x + vel_x);
- setProperty("/line1b", _Y, line1b_y + vel_y);
- setProperty("/line2a", _X, line2a_x + vel_x);
- setProperty("/line2a", _Y, line2a_y + vel_y);
- setProperty("/line2b", _X, line2b_x + vel_x);
- setProperty("/line2b", _Y, line2b_y + vel_y);
- }
- if(acc eq "1")
- {
- tellTarget("/vel_start")
- {
- gotoAndStop("start");
- play();
- }
- }
- if("99" < getProperty("/damage", _currentframe))
- {
- gotoAndStop(44);
- }
- play();
-