home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 9 / cdrt09.iso / mac / UTAHDEMO / SHARED.DIR / 00729_Script_729 < prev    next >
Text File  |  1995-01-13  |  364b  |  15 lines

  1. -- do trans
  2. on doTrans num
  3.   global gIsMac
  4. -- mac vs pc  if (gIsMac) then
  5. if (1) then
  6.     if (num = 19) then 
  7.       puppetTransition num, 0, 8, TRUE
  8.     else if (num = 23) and NOT (GIsMac) then
  9.       puppetTransition num, 0, 4, TRUE
  10.     else
  11.       puppetTransition num, 2, 4, TRUE
  12.     end if
  13.   else
  14.     --    puppetTransition num, 2, 4, TRUE
  15.   end if