View Single Post
Old
chellydee
Junior Member
 
Status: Offline
Posts: 9
Join Date: Jul 2016
Default 07-31-2016, 12:44 PM

Quote:
Originally Posted by chickentree View Post
My suggestion would be to write a jump method that takes a numeric parameter and uses it to jump up and down.
Then in your "my fist method" create a loop. Each time you go through the loop:
1. Generate a new random number.
2. Call your jump method using the new random number.

Mark
Thanks...that helped a lot.
   
Reply With Quote