home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / PROM / PROM01.DIR / 00004_Script_4 < prev    next >
Text File  |  2001-09-07  |  219b  |  14 lines

  1. -- boucle et rollOver
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3)=0 then
  5.       niveauSon      
  6.     end if
  7.     
  8.     glisserSurC 41,41,1
  9.     
  10.     gestAnim
  11.     
  12.     go to the frame
  13.   end if
  14. end