top of page
KittyCode Programming Challenge

Bubble Bots-Horizontal Line (Left)

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

b_Horizontal Straight Line_Left.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 left along the x axis! 

Make your bubble bot move from the start to the finish along the x-axis. 

 

Try using these blocks:

Repeat.png
Change x by 10.png
Need Help_ Heres a Tip.png

On the x axis, a negative number will move your bot to the left! 

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