home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 8 / HYPERLIB-1993-VOL8-CD1.ISO.7z / HYPERLIB-1993-VOL8-CD1.ISO / brother / BrotherScript < prev    next >
Text File  |  1991-07-17  |  307b  |  19 lines

  1. --
  2. macro brother
  3.     global loop_V
  4.     if loop_V = 0 then
  5.         play frame 1 of movie "Menu"
  6.     else
  7.         play frame 1 of movie "I&F-L"
  8.     end if 
  9.  
  10. --
  11. macro brother2
  12.     global loop_V
  13.     if loop_V = 0 then
  14.         repeat while the mouseUp
  15.             go to frame 209
  16.         end repeat
  17.     end if 
  18.  
  19.