home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 42 / MOBICLIC42.ISO / mac / DATA / SHARED / GENERIC.DIR / 00036_Script_36 < prev    next >
Text File  |  2001-09-25  |  333b  |  17 lines

  1. -- dΘplacement du gΘnΘrique
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     set V = the locV of sprite 2
  5.     if V > -10-(the height of member "gen") then
  6.       set the locV of sprite 2 to V-2
  7.       go to the frame
  8.     else
  9.       puppetSprite 2,false
  10.     end if
  11.   end if
  12. end
  13.  
  14. on mouseUp
  15.   puppetSprite 2, 0
  16.   go to "2"
  17. end