Hey! These are just the instructions to get you going forward in the right direction! The green flag starts you off. The right arrow key gives you a sample pattern that is already created. The space key lets you repack your color combo. Click on the pattern to get music to play. If you click the stage, try out some keys to get it to change. When you make your color combo just put the letter in. ex. b The last one is, just have fun! //Add-On 1: //Add-On 2: //Add-On 3: //Add-On 4: //Add-On 5: //Epic_ //Epic_
A procedure is a set of instructions that preforms a task. The instructions might tell a sprite how far it needs to be spaced out or it might tell a sprite how big it has to be. Procedures make code a lot cleaner and they help coding not take as much time. I used a procedure in my project to space out my patterns, vertically and horizontally, and to set the size. Procedures helped me put the object in the patterns in rows and columns. Procedures were very helpful in this project.