home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD1.ISO / ejv8-cd1 / somm.dxr / 00051.ls < prev    next >
Encoding:
Text File  |  2003-10-24  |  257 b   |  14 lines

  1. on exitFrame me
  2.   global soustheme2, soustheme1
  3.   if soustheme2 = EMPTY then
  4.     sprite(23).visible = 0
  5.   else
  6.     if soustheme1 = EMPTY then
  7.       sprite(23).visible = 0
  8.     else
  9.       sprite(23).visible = 1
  10.     end if
  11.   end if
  12.   sprite(5).visible = 0
  13. end
  14.