Me and my friend have decided to try programming to make an iOS app.
We have some advanced Lua knowledge from programming in Roblox
The thing is, we have no Idea where or how to start. We have up Gideros and we have a lua file under "New Project"
all we want, is proof that we've done something to change the world, right now. We have read through the Documentation and have learned some stuff, as well as seen things that we've recognized, but we have no clue how to change anything in the Player.
Right now, about all we have is:
while true do
b2.World:createBody()
sleep(1)
end
which does nothing physically visible.
So, yeah. If anyone could point us toward a good tutorial or some info on how to make things happen, that would help, alot. Thanks!
Comments
from the code sample you shared it seems that you didn't go through the
Developer's Guide : Where to start?.
You will find everything there to get you started.
The link is available at the top of the forums, but also directly from the website in the "Resources" drop-down list in the main navigation.