Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: KEY.isDown Question |
From: | Helen Triolo |
Date: | Sun, 14 Jan 2001 17:34:42 GMT |
Oliver,
Maybe you're having the same problem others have had -- no key press
code works til the browser has focus. Did you try clicking with the
mouse in the browser window before doing a key press? If that works,
you'll have to add a Start button or some other way to get focus in the
window first. If it doesn't, then I'm not sure what your problem is.
Regards,
Helen
-----------------------------------------------------
i-Technica � http://i-technica.com � 301.424.6037
developer resources: http://i-technica.com/whitestuff
oliver b�hm wrote:
>
> Hi all,
> the code blow works fine as SWF and
> in th Authoring But Not
> With preview in html (Publish Settings checked)
> Soemetimes when I reload it works.
> The same behaviour occurs with other Files downloaded
> as Fla.
> onClipEvent (enterFrame) {
> if(Key.isDown(Key.RIGHT)) {
> _parent.functions.move();
> _parent.score=Key.getCode();
> }
> else if(Key.isDown(37)) {
> _parent.functions.moveback();
> }
> else if(Key.isDown(38)) {
> _parent.functions.jump();
> }
> else if(Key.isDown(40)) {
> _parent.functions.dive();
> }
> else{
> _parent.functions.stand();
> }
> }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: KEY.isDown Question, Mike Kelly
RE: FLASH: KEY.isDown Question, Phillip Kerman
Re: FLASH: KEY.isDown Question, oliver b�hm
Replies
FLASH: About zooming and Monocular effec, Anonymous
FLASH: KEY.isDown Question, oliver b�hm
oups:FLASH: KEY.isDown Question, oliver b�hm
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]