home *** CD-ROM | disk | FTP | other *** search
- w1_x = getProperty("/schild10", _X) + "50";
- w2_x = getProperty("/schild10", _X) - "50";
- frog_x = getProperty("/frosch", _X);
- frog_y = getProperty("/frosch", _Y);
- if(frog_y < "80" and "62" < frog_y and frog_x < w1_x and w2_x < frog_x)
- {
- setProperty("/frosch", _X, getProperty("/frosch", _X) - "2");
- }
-