how does one change the height/width of objects on DX

What happened to the width and heigth under states



Powered by SkinBrowser!
785 views 2 replies
Reply #1 Top
You can change them in the object's properties, under Summary. Or add a script that changes the 'object.width' and 'object.height' properties.



Powered by SkinBrowser!
Reply #2 Top
Dim Size
Sub Object_OnScriptEnter
Size = 42
Object.resize Size, Size
End Sub

That works if you have a square object.


Powered by SkinBrowser!
[Message Edited]