home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / LANGUES / lan00.dir / 00034_Script_34 < prev    next >
Text File  |  2002-01-12  |  216b  |  11 lines

  1. -- pilotage de l'intro
  2.  
  3. on exitFrame me
  4.   global pilotage, indexPilotage
  5.   indexPilotage = 1+indexPilotage
  6.   if indexPilotage = 7 then
  7.     go to "Lan02"
  8.   else
  9.     go to pilotage[indexPilotage]
  10.   end if
  11. end