home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / Indart.cst / 00044_Script_44 < prev    next >
Text File  |  1997-10-14  |  405b  |  19 lines

  1. on toglimenubar
  2.   global menubar,ca_st,winpres
  3.   set winpres to false
  4.   
  5.   if THE VISIBLE OF menubar then
  6.     movetoback menubar
  7.     updatestage
  8.     close menubar
  9.   end if
  10.   if ca_st then
  11.     if the type of member ca_st =#digitalvideo then
  12.       set the video of cast ca_st to false
  13.       updatestage
  14.       set the video of cast ca_st to true
  15.       updatestage
  16.     end if
  17.   end if
  18.   
  19. end