By using functions we can avoid having to rewrite unnecessary code. We just create a function and when needed, we call that function. -TRUE OR FALSE-
TRUE
15
What is a Behavior?
Behavior is the action the sprite does.
15
What is function in computer?
A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and
15
A loop is
A sequence of instruction s that is continually repeated until a certain condition is reached.