ActionScript 2.0 :: [F8] OnKeyUp?

Jan 8, 2008

how would I go about a script like this?

Code:
onClipEvent(enterFrame){
if(///[this key] is up){
}
}

View 15 Replies


Similar Posts:


ActionScript 2.0 :: Obj.onKeyUp = Function(); OnKeyUp Event: Different Behaivour In Different Browser

Nov 11, 2009

My current scenario: Playing flash movie in browser. About the flash movie: Few buttons on left hand side like vertical menu. MediaPlayBack component in remaining area. when clicked on any of the button on left side, respective video plays in the play back component. Simultaneously movie goes "FullScreen". I have called a function which causes movie to go fullscreen. Also there is another button to toggle "FullScreen". In fullscreen mode of movie stage scale mode is set to "noScale". (stage size is 800x600.) Size of MediaPlayBack component is set more than stage size. (920x725). B'coz video that I am playing is 800x600.

[Code]...

View 2 Replies

ActionScript 2.0 :: Using The OnKeyUp Handlers?

Feb 17, 2009

I've been using this site for a while and this is my first post. Recently, I've had some trouble using the onKeyUp handlers. It's really strange and I'm not sure whether it's a bug in the way I've lay out my code or the player itself.

But, whenever I used getAscii() or getCode() methods of using the keys to basically make stuff move, the first second of movement is really jittery. It'll move, pause still, then move properly. I don't get why though, it's the same code I've used in the same layoutof (Key.isDown(Key.etc...)) codes and those worked fine.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved