Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Just getting started — Gideros Forum

Just getting started

Unknown Member
edited August 2013 in General questions
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

Sign In or Register to comment.