home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / ggmd / orch.dxr / 00136.ls < prev    next >
Encoding:
Text File  |  1996-02-02  |  244 b   |  10 lines

  1. on exitFrame
  2.   global thehdpath, thecdpath, WhereAmI
  3.   set WhereAmI to "menu"
  4.   if the machineType = 256 then
  5.     play frame "Options" of movie thecdpath & "demomenu"
  6.   else
  7.     play frame "Options" of movie thehdpath & "demomenu"
  8.   end if
  9. end
  10.