turing help with games
Author |
Message |
cherry101
|
Posted: 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???? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
MrMac
|
Posted: 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" |
|
|
|
|
![](images/spacer.gif) |
TokenHerbz
![](http://compsci.ca/v3/uploads/user_avatars/717170395558e628d9452b.jpg)
|
Posted: 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 |
|
|
|
|
![](images/spacer.gif) |
|
|