home *** CD-ROM | disk | FTP | other *** search
/ Smart Steps: 2nd Grade / SSGRADE2.iso / pc / media / notions / maths / m2112.dxr / 00031_Relance.ls < prev    next >
Encoding:
Text File  |  1999-03-27  |  239 b   |  13 lines

  1. on mouseDown
  2.   global Consigne
  3.   set Consigne to 0
  4.   ClickMain()
  5.   Replay()
  6.   repeat with i = 11 to 32
  7.     set the blend of sprite i to 0
  8.     set the puppet of sprite i to 0
  9.   end repeat
  10.   set the puppet of sprite 38 to 0
  11.   go("init")
  12. end
  13.