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

  1. on prepareFrame me
  2.   global TxtSoft
  3.   Y = sprite(26).height
  4.   distrib = logiciel(TxtSoft)
  5.   sprite(25).visible = 0
  6.   member(the memberNum of sprite 26, distrib).width = member("champVide", 1).width
  7.   member(the memberNum of sprite 26, distrib).height = Y
  8. end
  9.