home *** CD-ROM | disk | FTP | other *** search
- _Y = _Y + bonusstep;
- shieldX = _X;
- shieldY = _Y;
- dinoX = getProperty("/green", _X);
- dinoY = getProperty("/green", _Y);
- if(shieldY < dinoY + "35" and dinoY - "35" < shieldY and dinoX - "50" < shieldX and shieldX < dinoX + "50" and getProperty("/green", _currentframe) == "4")
- {
- tellTarget("/green")
- {
- gotoAndStop("safety");
- play();
- }
- gotoAndPlay(1);
- }
-