Hello, I am a novice at using Construct 2 (but have some experience in programming).
I have a goal to develop certain behavior which would modify some properties on the object (e.g. Sprite object) it attached to, like size and position. So, I need to be able to change those properties of the object at edit time to see changes in IDE (currently I am fine with runtime).
Basically my question is: is it possible to do that?
Thanks in advance.