Ask a Question related to Macromedia Director 3D, Design and Development.
-
fusion of elements #1
Keydown does not register if W3D on stage
I have a 3D model made in Max which i've imported into Director MX 2004. I have
made loads of custom script to interact with the model using the mouse - that
all works great. But I need to add a little extra navigation using the keyboard
- which doesnt work.
I've gone back to first principles. There is a text cast member on stage and a
w3d. There is a "go the frame" frame script and a behaviour attached to the
text sprite that changes the text on keydown. That is all that is in this
simple test movie.
Now, when pressing the keys nothing happens. But if I stop the movie, delete
the w3d, then play the movie, the key down does register, and the text changes.
Im relatively experienced with Director but cant for the life of me figure out
why Director wont capture the key response when the w3d is on stage.
Anyone ever come accross this before or have any solutions? I've tried
changing the DTS of the w3d, the active renderer and all sorts. What am I
missing?
fusion of elements Guest
-
keyDown
hie again, i have 3 textbox and i would like the user to go to the next textbox by pressing the 'ENTER' key. i have tried using this: Private... -
Help please...mouseover stage causes stage to expand size...
I'm trying to find a tutorial on mouseover the stage, and it expands (drops down)...any help most appreciated! -
Problem with Keydown and S3D
Hello everybody, I use On keyDown event in a movie script and it works well until I put a shockwave 3d sprite on the stage. The event is then no... -
Sound on keydown
hi, um... im having a bit of trouble with director at the moment, i have posted on other forums and had some useful replies, but being a beginner... -
keyDown & keyUp?????
Can anyone tell me why the keyDown and keyUp handlers don't work when SW3D is inserted in a movie. chartonum(the keypressed) works, but that... -
Agustín María Rodríguez #2
Re: Keydown does not register if W3D on stage
fusion of elements wrote:
Hi. SW3D sprite "eats" the key events. IIRC, you can fix it by catching> I have a 3D model made in Max which i've imported into Director MX 2004. I have
> made loads of custom script to interact with the model using the mouse - that
> all works great. But I need to add a little extra navigation using the keyboard
> - which doesnt work.
>
> I've gone back to first principles. There is a text cast member on stage and a
> w3d. There is a "go the frame" frame script and a behaviour attached to the
> text sprite that changes the text on keydown. That is all that is in this
> simple test movie.
>
> Now, when pressing the keys nothing happens. But if I stop the movie, delete
> the w3d, then play the movie, the key down does register, and the text changes.
> Im relatively experienced with Director but cant for the life of me figure out
> why Director wont capture the key response when the w3d is on stage.
>
> Anyone ever come accross this before or have any solutions? I've tried
> changing the DTS of the w3d, the active renderer and all sorts. What am I
> missing?
>
the pressed keys with a behavior attached to the SW3D sprite.
HTH,
--
Agustín María Rodríguez | Partner
Methanoia Studio | [url]http://www.methanoia.com[/url]
---------------------------------------------------
[url]www.onwine.com.ar[/url] > Macromedia Director demos & code
Agustín María Rodríguez Guest
-
fusion of elements #3
Re: Keydown does not register if W3D on stage
Thank you so much... such a daft little thing like that - as always. Many thanks for your help, that has saved me big time!
fusion of elements Guest
-
ensamblador #4
Re: Keydown does not register if W3D on stage
better check the keypressed on enterframe
on enterframe me
if keypressed("a") then
doAmethod()
end if
if keypressed(123) then
goLeft()
end if
end enterframe
ensamblador Guest



Reply With Quote

