top of page
KittyCode Programming Challenge

Bubble Bots- Vertical Line (Down)

Make the Bubble Bots move from the start to finish along a special path with the push of a button!

d_Vertical Line Down.png

1 - Go to starting position! 

Program your bubble bot to glide to its starting position when the space key is pressed. 

 

Try using this block:

go to.png
Need Help_ Heres a Tip.png

2- Move your bubble bot in a downward direction! 

Make your bubble bot move up along the y-axis. 

 

Try using these blocks:

Repeat.png
Change y.png
Need Help_ Heres a Tip.png

On the y axis, a negative number will move your bot down! 

Screen Shot 2019-06-24 at 3.05.24 PM.png
bottom of page