Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
I have a bunch of sprites, they are the same object type. I want to change the size, or position of just one of them.
How can I select an individual sprite?
I'm guessing it has something to do with the UID, but I can't figure it out.
Develop games in your browser. Powerful, performant & highly capable.
Which one do you want to change?
If you can explain it to me, you might be able to explain it in events..
Depends on the situation.
There are several ways.
Can you do something with this samples ?
Which one do you want to change? If you can explain it to me, you might be able to explain it in events..
Let's say I want to change the size of Sprite1, UID=26 at the start of layout.
On start of Layout > Sprite1 ????
On start of layout
(subevent)
-- sprite1 pick by unique ID = 26
change size
Thanks, it worked.