home *** CD-ROM | disk | FTP | other *** search
/ Curso de Informatica 9 / elPeriodico9.iso / menu.dir / Internal_18.ls < prev    next >
Encoding:
Text File  |  1997-11-26  |  193 b   |  11 lines

  1. on exitFrame
  2.   global loop
  3.   if loop > 0 then
  4.     set the visible of sprite (loop + 1) to 0
  5.     set loop to loop - 1
  6.     go(the frame)
  7.   else
  8.     set the visible of sprite 48 to 0
  9.   end if
  10. end
  11.