have some basic touch controls on my game but every time the touch is released the character goes to the top right corner. Any one have any idea why ? Im sure its pretty straight forward, but ive tried save x and y to variables and loading them everytime the object isnt in touch, that doesnt work.
dl.dropbox.com/u/84483952/thunderforce%20zero%20%281%29.capx
all the info is in event sheet 1
Well, you're setting the character to Touch.X, Touch.Y every tick and when you're not touching they'll both be 0. So only set the player's position when in touch.
Develop games in your browser. Powerful, performant & highly capable.
Hey thanks, so straightforward as usual :P thanksyou , major hurdle cleared