home *** CD-ROM | disk | FTP | other *** search
- on moveFlowers
- global gFrameCounter
- gFrameCounter = gFrameCounter + 1
- if (gFrameCounter mod 2) = 0 then
- finished = 0
- repeat with i = 30 to 52
- if member(the member of sprite i).name contains "F_" then
- set the locV of sprite i to the locV of sprite i - (6 + random(8))
- end if
- if (the locV of sprite i < -50) and (i > 45) then
- finished = 1
- end if
- end repeat
- set the timeoutLapsed to 0
- if finished then
- repeat with i = 30 to 52
- puppetSprite(i, 0)
- end repeat
- go(the frame + 1)
- end if
- end if
- end
-