Hello, how I can put and keep a chart on the top of the screen ?.
I do like this:
But there is a delay in updating coordinates, how do it right ?.
https://dl.dropboxusercontent.com/u/60803633/test9.capx
Make a new layer. Move sprite2 (the arrow) to that new layer. Set parrallax of that new layer to zero. Move the arrow in the layout to the top. Remove the action in the events. Now you have a HUB layer.
Develop games in your browser. Powerful, performant & highly capable.
Ok, is it necessary to use a layer devoted exclusively to that ?.
Is not it can be done without using a layer with scroll 0, 0?
Thanks for the info.