home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / DemoAtlas / Ecran1_2_3.dir / 00005_Script_5 < prev    next >
Text File  |  2002-02-07  |  156b  |  9 lines

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