home *** CD-ROM | disk | FTP | other *** search
- if(540 < getProperty(_root.target, _X))
- {
- setProperty(_root.target, _X, -220);
- setProperty(_root.target, _rotation, 0);
- setProperty(_root.target, _Y, random(400) - 85);
- tellTarget(_root.target.totalplayeranimation.plainwithshakes.plainwithpilot)
- {
- gotoAndStop(random(9) + 1);
- }
- }
-