home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 9
/
cdrt09.iso
/
mac
/
UTAHDEMO
/
SHARED.DIR
/
00729_Script_729
< prev
next >
Wrap
Text File
|
1995-01-13
|
364b
|
15 lines
-- do trans
on doTrans num
global gIsMac
-- mac vs pc if (gIsMac) then
if (1) then
if (num = 19) then
puppetTransition num, 0, 8, TRUE
else if (num = 23) and NOT (GIsMac) then
puppetTransition num, 0, 4, TRUE
else
puppetTransition num, 2, 4, TRUE
end if
else
-- puppetTransition num, 2, 4, TRUE
end if