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

  1. on exitFrame
  2.   global gTypeAboChoisi,gListeCom
  3.   masquerPistes 43, 114
  4.   if gTypeAboChoisi = 0 and count(gListeCom) <> 0 then
  5.     deleteAt(gListeCom,1)
  6.   end if  
  7.   affichAbo
  8.   initAnim
  9. end