It would be really nice to be able to change the source of your actions without having to press back and also reset all the actions as well.
> 1: When you use the create object action you first select which object you want to create, my suggestion is have also another option to use expressino method, instead select an object you write what you want like in the Python script of Construct1
>
> 2: more options in the system object, like an action 'move layer(n) X' and Y, this way people can make automatic scroll of a background, there is a lot of place for improvement here.
Cant you do no.1 already with the system command create object? I havent used it yet but I thought that what it was for.
No.2 sounds pretty awesome to me.
thanks for reply ;)
Also let me explain exacly what I mean with the No.1:
Right now if you create a new object using the system a box will appear and you have to select a object from a window, select his layer and x,y position.
My suggestion is also have another option to select the object you want to create, this one will use expressions, just like in Python script on Construct classic.
So let's make an example:
You have 20 sprites with expression "name", each with a different string and you made a condition that if you click on one of them a object according to his name variable will be created.
Right now you would have to create 20 events to achieve that.
With the expression method of creating object you can do that with 1 event like this:
Mouse over Sprite1 - create object Sprite1.name