home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 46 / Mobiclic46.iso / pc / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00024_Script_24 < prev    next >
Text File  |  2002-08-21  |  296b  |  18 lines

  1. -- pause 3 sec cliquable
  2. on exitFrame
  3.   if the timer < 180 then
  4.     go to the frame
  5.   end if
  6. end
  7.  
  8. on mouseUp
  9.   if testClic()=1 then
  10.     go to frame 1+the frame
  11.   end if
  12. end mouseUp
  13.  
  14. on beginSprite me
  15.   startTimer
  16. end beginSprite
  17.  
  18. -- Attention ! Ce script fait partie de menus.cst