home *** CD-ROM | disk | FTP | other *** search
- w1_x = getProperty("/baum8", _X) + "32";
- w2_x = getProperty("/baum8", _X) - "32";
- frog_x = getProperty("/frosch", _X);
- frog_y = getProperty("/frosch", _Y);
- if(frog_y < "62" and "48" < frog_y and frog_x < w1_x and w2_x < frog_x)
- {
- fscommand("startEffect","log");
- setProperty("/frosch", _X, getProperty("/frosch", _X) + "3.5");
- }
-