CLICK HERE TO GET TO GAME LAB - USE YOUR CODE.ORG LOGIN
#1 Animate A Sprite
Start by watching this short tutorial and get a sprite to animate across your screen, bounce around, do something.
https://www.youtube.com/watch?v=DQPruYTJ0Fk
Check out this resources links and look for something to create!!
Game Lab Create
https://code.org/educate/gamelab
Online Tutorials
https://www.youtube.com/results?search_query=code.org+game+lab+tutorial+tutorials
Code.org Tutorials
https://www.youtube.com/channel/UCJyEBMU1xVP2be1-AoGS1BA?disable_polymer=true
Sports Game Demo
Example Games Gallery
Check these out - make something new
Get Bunny Foo Foo To Move:
Check out this code, the key inputs are Speed and Direction (Angle)...... (2,0) move across the x axis at 0 degrees
Get Bunny To Move in Circle:
Check out this code, the key inputs are Speed and Direction (Angle)...... The Angle starts at Zero and then increases in clockwise direction by whatever increment you suppply (see math code +1). Experiment with the angle increment to make the circle bigger or smaller, a negative number will move counter clockwise.