At 5:49 PM +0100 7/21/2004, Bob Hartley wrote:
I tried this one

on resizestack
   set the rect of group "your group name here" to the rect of this cd
end resizestack

Try this:

on resizeStack newWidth,newHeight
  set the width of group "your group name here" to newWidth
  set the height of group "your group name here" to newHeight
end resizeStack

(Also, don't forget to set the group's lockLoc property to true.)
--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to