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.
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 ?
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..
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.