Computer Science Canada turing help with games |
Author: | cherry101 [ Mon May 25, 2015 11:36 am ] |
Post subject: | turing help with games |
Hi! I need help ASAP!! I have to create a game where you move the ball along a few platforms until it falls into a randomly chosen basket. I've gotten the ball to move left and right but I don't know how to get it to freefall when it reaches the end of the platform???? |
Author: | MrMac [ Wed Jul 29, 2015 12:24 am ] |
Post subject: | RE:turing help with games |
this is rather late but next time post your code, and post this in "Turing help" |
Author: | TokenHerbz [ Sat Aug 29, 2015 8:45 pm ] |
Post subject: | RE:turing help with games |
well just think of the "grid" as x,y coords so if we are going and we hit a side (x) to drop the ball we want to drop the (y) coords. so if ball hits maxx then bally -= velYRate |