Page 80 - IT_V5.0_Class8
P. 80

Block                   Explanation


                                           Pauses the script for the specified number of seconds.






                                           Repeats the blocks inside this loop a specified number of times.







                                           Repeats the blocks inside this loop indefinitely.







                                           Runs the blocks inside if the specified condition is true.








                                           Runs the blocks inside the first section if the condition is true, otherwise
                                           runs the blocks inside the second section.







                                           Pauses the script until the specified condition is true.





                                           Repeats the blocks inside this loop until the specified condition is true.




                                           Stops all scripts, or the script that contains this block, or other scripts in
                                           the sprite, depending on the option chosen.

                                           Starts the script when a clone is created.

                                           A clone is a copy of a sprite.


                                           Creates a clone of the specified sprite.




                                           Deletes the clone that runs this block.




                    78    Information Technology (V5.0)-VIII
   75   76   77   78   79   80   81   82   83   84   85