all groups > flash actionscript > november 2006 >
You're in the

flash actionscript

group:

action script problem


action script problem calmchess333
11/18/2006 3:10:18 AM
flash actionscript:
I have an .as file with this code within it
so when the send_pb button is pushed then onSendMessage causes the message to
be sent.....I'd like the enter key on the keyboard to do the same thing. I
tried various ways to do it within the .as file but nothing seems to work.

// Delegate the click event from send_pb to onSendMessage

send_pb.addEventListener("click", Delegate.create(this,onSendMessage));
Re: action script problem arunbe
11/20/2006 2:15:11 PM
Hi,
Just try to add the listener Object for the KeyBoard
And in the KeyPress Enter, you just check out the Focus,
if it is in the target movieclip , you just call the same function what you
have in the button on Release......function....
AddThis Social Bookmark Button