Please post a screenshot of the events rather than describing them
Change it outside of Construct then import the ready image
Not really but the way you mentioned should only be one event anyway
Setting the opacity of the object overrides the fade. This is pretty much what a fade in/out is anyway, changing the opacity.
Okay great :)
You can put the objects on their own layer and set it visible/invisible
Hiya it's star.count
You can store the player X,Y in 2 variables as you enter the shop. Then on start of layout when you return to the level you can set the player X,Y to the variable values.
Develop games in your browser. Powerful, performant & highly capable.
The picking condition here would be 'player is overlapping object' so it only drops on the instance you are on top of when you press E.
You would store that as another variable. Var A that is set at the start of the level and Var B in the level that increases during gameplay. When you die you set Var B to Var A value.
You must have an event to set it to 0 on start of layout, or to reset global variables.
It's an instance variable on the object? You can either make the object global so it continues to the next layout with the same stats, or the norm is to use a global variable for things like Score.
Member since 5 Aug, 2013