I just need to make my image move when the app is played. like... the x and a y smoothly gain 12 per second (for example purposes) How would i make my image update? I tried to implement a game loop and only succeed in crashing my gideros player. 30 mins of research later... nothing. :-?
“ The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ” - Tom Cargill
Comments
link to the article http://howto.oz-apps.com/2014/02/viewing-image-like-in-facebook-paper-app.html
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
just to rephrase:
image:setPosition(x,y)
over and over again:
x=x+1
y=y+1
end
so... what are these event listener things?
http://blog.magnusviri.com/category/Gideros.html
Of cource in addition to those ones please don't forget to visit this link:
http://giderosmobile.com/guide