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

  1. on controlaScrolls
  2.   global ScrollAppl
  3.   if ScrollAppl = 1 then
  4.     set the visible of sprite 30 to 1
  5.     set the visible of sprite 31 to 1
  6.   else
  7.     set the visible of sprite 30 to 0
  8.     set the visible of sprite 31 to 0
  9.   end if
  10.   updateStage()
  11. end
  12.