Page 1 of 1

control resize on runtime

Posted: Sun Aug 16, 2009 2:02 am
by emmefisch
How can I resize a control on runtime? The user should be able to place a control on an image to define a clickable aera.

Thanks.

emmefisch (a newbie ;-))

Posted: Sun Aug 16, 2009 7:14 am
by FourthWorld
Objects have the following properties you can set:

width
height
rectangle
location

Posted: Sun Aug 16, 2009 7:41 am
by shadowslash
You can put this simple script on any handler that you want

Code: Select all

choose "pointer tool"

Posted: Sun Aug 16, 2009 8:47 am
by emmefisch
Thanky you!