Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hello, First post here. Just started to use Construct. Not sure how to describe my problem. Is there any easier way to set many objects with the same action applied to them.(see capx file) It�s ok to setup a few buttons like this but if I want to make 100 it gets a little more time consuming. I would think that a FOR event could be used but I cant figure it out Thankful for any help.
Button Press
You can create a seperate event sheet, called button action, on that sheet set the event, on click go to Bla
then on another layout in that event sheet right click, select include event sheet and choose your button sheet
Develop games in your browser. Powerful, performant & highly capable.
Just create multiple instances of the same object. Delete obj2-4 and hold control while dragging obj1 in the layout view, and you'll create a new instance. More on instances vs. object types