Say for example, I catch the "0" key being pressed. I then want to perform an action only on Sprite[0]. How can I accomplish this?
Develop games in your browser. Powerful, performant & highly capable.
Ok this method works...
[attachment=0:2vb8kppn][/attachment:2vb8kppn]
Is this the right way? Is there an easier way?
Pick by comparison: Person.IID = Person_Selected
You don't need a For each.
Pick by comparison: Person.IID = Person_Selected You don't need a For each.
I don't see where/how I can "pick by comparison" outside of the the for-loop
> Pick by comparison: Person.IID = Person_Selected > > You don't need a For each. > I don't see where/how I can "pick by comparison" outside of the the for-loop
> Pick by comparison: Person.IID = Person_Selected
>
> You don't need a For each.
Nevermind, I got it.
Thanks!