Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
b2.ChainShape:createChain(vertices) problem — Gideros Forum

b2.ChainShape:createChain(vertices) problem

hgvyas123hgvyas123 Guru
edited May 2013 in General questions
basically b2.ChainShape:createChain(vertices) will work in this way

b2.ChainShape:createChain(0,0,100,100,200,300,.....)

now i have one table which contains almost 1000 numbers [dynamically generated] and i want to pass all this 1000 numbers to createchain function any idea how to do this

:)

Comments

Sign In or Register to comment.