What would happen if the move with buttons block was not included in the
program shown?
on start
set mySprite to sprite
move mySprite with buttons
of kind Player
set banana to sprite C of kind Food
on sprite of kind Player overlaps otherSprite of kind Food
banana position to x pick random
set
to 160 y pick random 18 to 120
O A. The first sprite would be a still object, not a variable.
OB. The player would be unable to enter an input.
OC. The variables' movement would be entirely random.
OD. There would be only one sprite instead of two.



Answer :

Other Questions