Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Where to setup sprite positions? — Gideros Forum

Where to setup sprite positions?

dddentdddent Member
edited March 2014 in General questions
Hello,
I just startet playing around with Gideos, and I really like it, I'm just having one problem: I don't know where I should setup the position values for my sprites. I tried setting them up in the APPLICATION_START method, or before any method is calles, but somehow the positions always get weirdly messed up. The only place its working correctly is when I set them up in the ON_ENTER_FRAME method, which I could do, I just want to know if theres a better way to do it.

Thanks for any answer
David

EDIT: Oh, and if you could also tell me why this does/doesn't work :)

EDIT: Ok, solved it, was just a dumb mistake: I scaled the sprites after I set their position using their height and width..

Likes: dddent

+1 -1 (+1 / -0 )Share on Facebook

Comments

Sign In or Register to comment.