Thanks for the replies.
I can do what i want to do with out using a for loop i was just trying to figure out how to have less "actions"
Right now my actions are:
Move 5 pixels at Angel 90.
Wait 0.3 seconds.
Move 5 pixels at Angel 90.
Wait 0.3 seconds.
Move 5 pixels at Angel 90.
Wait 0.3 seconds.
Move 5 pixels at Angel 90.
Wait 0.3 seconds.
Move 5 pixels at Angel 90.
Wait 10 Seconds.
Move -5 pixels at Angel 90.
Wait 0.3 seconds.
Move -5 pixels at Angel 90.
Wait 0.3 seconds.
Move -5 pixels at Angel 90.
Wait 0.3 seconds.
Move -5 pixels at Angel 90.
Wait 0.3 seconds.
Move -5 pixels at Angel 90.
Trying to find out a more condensed way of doing this.