what is the trick to make automatically flds smaller or greater according to the size of the cd, which is changed by pulling the cd at the down right corner (stack is resizable).
Put something like this in the card script:
on resizeStack x,y set the rect of fld 1 to 20,20,x-20,y-20 end resizeStack
-- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
