PDA

View Full Version : movement with keys other than arrows


ninjanerd1
10-21-2008, 07:31 PM
i know that there is a event for moving smothly with the arrow keys is there any simmilar way to move with letters

lanceA
10-21-2008, 07:38 PM
i know that there is a event for moving smothly with the arrow keys is there any simmilar way to move with letters

You can do that by writing a Keypress Event - very similar to writing an event to handle the arrow keys.

Instead of selecting one of the arrow keys for your event, select the letters option and then select the letter that you want to fire the event.

And contrary to what the good Dr. Jim , who brings a tremendous amount of knowledge to this forum, might have implied in an earlier response- I will help anyone, just not with a homework assignment! (And I know this is not an assignment)

Good luck.

DrJim
10-22-2008, 09:20 AM
And contrary to what the good Dr. Jim , who brings a tremendous amount of knowledge to this forum, might have implied in an earlier response- I will help anyone, just not with a homework assignment!

I certainly did not mean to imply that - probably just an after-effect of watching too many political TV commercials. And "I did not ..." (OK :) - won't go there).

lanceA
10-22-2008, 07:37 PM
I certainly did not mean to imply that - probably just an after-effect of watching too many political TV commercials. And "I did not ..." (OK :) - won't go there).

If was all in jest, Dr. Jim :)

Only 12 more days to go and the political ads should be over!! :)

PoohBear57
11-18-2008, 09:08 AM
Ok, You say that we need to create a keypress event...however, when my students go to create an event that option is missing in our version??? I have 2.0 is there an update???
We can move with arrows, but not select an individual arrow that is pressed. Can you help us?

whidragon
11-20-2008, 10:41 AM
use the when a key is typed event then click on it and go to the option change to while a key is presed. i hope thats what you were asking how to do