StephenDunne Posted January 29, 2015 Share Posted January 29, 2015 So I have a very small amount of experience coding games, only having completed a few tutorials online. I am trying to create a game that involves a rope dangling from a helicopter. I have the helicopter sprite animating and have a sprite for my rope appearing on canvas. I have looked up a few things but find it hard to understand the more complex code. If anyone can tell my in layman's terms what I should do, it would be a big help to me. Any help would be appreciated. Link to comment Share on other sites More sharing options...
redsheep Posted January 30, 2015 Share Posted January 30, 2015 If you are looking for tutorials, try http://examples.phaser.ioabout the rope simulate, you can try distance constraint with p2 physics.this thread provide advance implement of rope. http://www.html5gamedevs.com/topic/5423-implementing-a-rope-with-p2/ Link to comment Share on other sites More sharing options...
StephenDunne Posted January 30, 2015 Author Share Posted January 30, 2015 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts