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

  1. -- boucle
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3)=0 then
  5.       niveauSon
  6.     end if
  7.     glisserSurC 20,20,1
  8.     go to the frame
  9.   end if
  10. end