Hi everyone,
I started learning corona sdk and having trouble generating random ropes climbing.
How to generate random ropes of different lengths as in SuperRope game (https://play.google.com/store/apps/details?id=com.craneballs.Superrope)??)
Hi everyone,
I started learning corona sdk and having trouble generating random ropes climbing.
How to generate random ropes of different lengths as in SuperRope game (https://play.google.com/store/apps/details?id=com.craneballs.Superrope)??)
Hello tux,
Read this: http://docs.coronalabs.com/guide/physics/physicsJoints/index.html
Focus on Rope Joint and joint.maxLength
I’d also suggest doing some google searches on ‘rope corona sdk’. You will find a number of examples which you can play with till you find one that suits your current level of understanding and needs (warning, some of these may be written for graphics 1.0 so you’ll need to set the compatibility mode for them.
Oh, and I suggest searching gitHub too:
Hello tux,
Read this: http://docs.coronalabs.com/guide/physics/physicsJoints/index.html
Focus on Rope Joint and joint.maxLength
I’d also suggest doing some google searches on ‘rope corona sdk’. You will find a number of examples which you can play with till you find one that suits your current level of understanding and needs (warning, some of these may be written for graphics 1.0 so you’ll need to set the compatibility mode for them.
Oh, and I suggest searching gitHub too: