home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00026_Script_26 < prev    next >
Text File  |  2003-01-30  |  296b  |  18 lines

  1. -- pause 5 sec cliquable
  2. on exitFrame
  3.   if the timer < 300 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