home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 August / netCD48.iso / mac / net / webcent / 00068_Script_68 < prev    next >
Text File  |  1998-07-01  |  121b  |  9 lines

  1. on mouseup
  2.   if the machinetype = 256 then
  3.     go to frame "hupc"
  4.   else
  5.     go to frame "humac"
  6.   end if
  7.   
  8. end
  9.