globals

1999-11-17 Thread Preston Shea
Can one pass a parameter from stack B to stack A when stack A opens stack ?

scrolling text field

1999-12-09 Thread Preston Shea
I'm trying to get text to scroll up from the bottom (like movie credits) with a handler: set the scroll of fld "credits" to 0 # (scroll of fld "credits" = 1450 repeat with n = 1 to 1450 set the scroll of fld "credits" to n end repeat The script seems to run fine the first time but then