View Single Post
Advanced methods in Alice
Old
esayago
Junior Member
 
Status: Offline
Posts: 6
Join Date: Jun 2015
Default Advanced methods in Alice - 06-18-2015, 07:56 PM

One of the most important things I learned from my last assignment was generating random numbers, this function is often use in games, and understanding the application of this function will help a lot with the final project. Also the importance of creating custom method to have a cleaner code to make maintenence more efficient. Something I had troubles with was making an object jump (move up) at a random distance and them have the object come back down at the same random number generated. I tried to assign the value generated to an empty variable but it didn't work for me..
   
Reply With Quote