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

  1. -- boucle
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3)=0 then
  5.       niveauSon
  6.     end if
  7.     
  8.     --gestion du menu du choix d'abonnement
  9.     if the visible of sprite 19 = FALSE then            
  10.       glisserSurC 10,11,2
  11.     else
  12.       masquerPistes 12
  13.       glisserSurC 20,23,0
  14.     end if
  15.     
  16.     go to the frame
  17.   end if
  18. end