Help required - urgent

Hello,

i want to move an object (arrow) depending on the commands which have been provided.

now the set of commands is

rotate to left : 150
move foward : 100
rotate to right : 150
move foward : 100

some thing like this - where 1 is the arrow
------1
----1—1
—1-----1
–1-------1
-1---------1
1-----------1

arrow._rotation = 150 (any number, including negative)
arrow._y = 100 (changes it’s Y position)
arrow._x = 100 (changes it’s X position)

arrow should be replaced with the instance name of the arrow!