Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Test Program
- Strider317
-
Scratcher
2 posts
Test Program
when green flag clicked
forever
if <[1] = (87)> then
show variable [87 v]
end
end
move (20) steps
Last edited by Strider317 (March 16, 2014 23:35:56)
- JAVAProgramming
-
Scratcher
100+ posts
Test Program
What are you trying to say?
Just some pointers;
Your “Move (20) steps” needs to be inside of the forever loop.
1 will never equal 87, so the variable will always be shown.
Just some pointers;
Your “Move (20) steps” needs to be inside of the forever loop.
1 will never equal 87, so the variable will always be shown.
- scubajerry
-
Scratcher
1000+ posts
Test Program
Assuming you need help, it is ALWAYS better to share your project.
- Discussion Forums
- » Help with Scripts
-
» Test Program


