Edit Game
Advance Clone Question - Fruit Ninja Project
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   9  Close
If a sprite has many different costume, can its clones have different costume? Please give an example.
Yes!
When does the clone stop fall?
touch the edge
When is the clone deleted? (Before touch the edge, After touch the edge?)
After touch the edge
What is the effect of forever block in the following program? Which actions will be repeated?
It makes the fruit appear on top of the stage, fall down then repeat everything again.
Why do we have to check if the clone's costume is left or right before programming them?
Because clone left has different action from clone right
Point out 3 differences in the two following programs
costume name = ... ; change x by ...; turn ... by 5 degrees
Which part of the following program makes the fruit falling until touching the bottom of the stage?
repeat until y< -180: change y by -10
Which part of the following program makes the fruit appear at a random position on the top of the stage?
go to x: pick random from -240 to 240, y: 180
When player cut the fruit (video motion on the fruit > 50), how many clone will it create?
2 (left part and right parts). The the main sprite switch to juice costume