Monday, May 13, 2013

Construct Code

The three things I always check when constructing my code first is for an opening { with it's matching partner closing }. The second thing I check for is a stop(); code at the beginning of each action frame. Finally, the last thing I always look for is all of the punctuation such as ; + = - These are all usually simple things that throw off the code in games. Sometimes it is more difficult such as the entire code is actually wrong, as in it is invalid for that frame. Sometimes it takes extra research to find exactly what you want to do. For example, my educator helped me find the exact code and how to exactly place it in my memory level for my team's game.

2 comments: