As a reasonable new user I would like to know if it is possible to return to the start of a script when I am building it - ie checking wether it works, so putting a sprite back to the beginning/shape etc. to see how it is working?
Offline
Yeah. Before any of your scripts start, put in a restart, like this (as an example):
[blocks]<when green flag clicked>[/blocks]
[blocks]<go to x 120 )y
-30[/blocks]
[blocks]<point in direction( 130[/blocks]
[blocks]<switch to costume[ 1[/blocks]
[blocks]<forever>[/blocks]
[blocks]<end>[/blocks]
It is very common to make a "restart" so you can easily test the project.
Offline