The cursor is a 2 by 4 pixel rectangle mc that is attached to a graph line and needs to move right or left on the graph line depending on whether a right or left mc button is clicked on. At any point on the graph line, if an up or down mc button is clicked on, that point on the line needs to move up or down bending the graph line in the direction the cursor is moved. I am really sorry if this is unclear. I wish I knew how to explain it better. I am trying to do this in AS2. Thank you for any help you can give.
Main Topics
Browse All Topics





by: blue-geniePosted on 2009-03-09 at 11:40:42ID: 23839116
when you refer to cursor are you refering to the mouse cursor? or some fake object you'r creating?
if the former, i dont think that can be done. at least i've never seen someone control the mouse with the keyboard.
if the latter you're wanting to use the drawing API to draw lines dynamically.
you'll need to use event listeners to follow the position of your objects and draw the lines there.
more info required - assuming AS2.