home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / COMMUNS / GENERIC.DIR / 00036_Script_36 < prev    next >
Text File  |  2002-02-07  |  436b  |  21 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.       if sprite(2).locV = -437 then
  8.         temporise 1
  9.         sprite(2).locV = -439
  10.       end if
  11.       go to the frame
  12.     else
  13.       puppetSprite 2,false
  14.     end if
  15.   end if
  16. end
  17.  
  18. on mouseUp
  19.   puppetSprite 2, 0
  20.   go to "2"
  21. end