home *** CD-ROM | disk | FTP | other *** search
/ Smart Steps: 2nd Grade / SSGRADE2.iso / pc / media / espace / lecture1.dxr / Internal_13_Back.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  254 b   |  15 lines

  1. on exitFrame
  2.   global gFiltre, start
  3.   if not gFiltre then
  4.     set gFiltre to 1
  5.   end if
  6.   MoveMain()
  7.   if the memberNum of sprite 1 = 16 then
  8.     Cmain(3, 1)
  9.   end if
  10.   if the memberNum of sprite 1 = 23 then
  11.     Cmain(2, 1)
  12.   end if
  13.   go(the frame)
  14. end
  15.