PDA

View Full Version : help required - urgent



sid
June 6th, 2003, 03:25 AM
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

andr.in
June 6th, 2003, 03:40 AM
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!