Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » alternating costume movement from point A to point B then to point C.
- 65maliburider
-
1 post
alternating costume movement from point A to point B then to point C.
How do I make it happen? I want to make two costumes look like they are running from point A to point B then going to point C. Thanks, 65maliburider
- turkey3
-
1000+ posts
alternating costume movement from point A to point B then to point C.
Create 3 separate costumes of your running scene. Then, create this script:
when flag clicked
forever
Wait (.15) secs
next costume
when flag clicked
forever
Wait (.15) secs
next costume
- Discussion Forums
- » Help with Scripts
-
» alternating costume movement from point A to point B then to point C.