home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / m_info.dir / 00014_Script_startStop < prev    next >
Text File  |  2000-10-16  |  278b  |  12 lines

  1. on prepareMovie
  2.   global gInfoContext
  3.   
  4.   set the member of sprite 20 to member gInfoContext of castLib "m_info"
  5. end
  6.  
  7. on stopMovie
  8.   if the runMode = "Author" then
  9.     set the scrolltop of member "elenco" to 0
  10.     set the scrolltop of member "help" to 0
  11.   end if
  12. end