Ask a Question related to Macromedia Director 3D, Design and Development.
-
malaki #1
Switching a camera
I've looked through the threads and can't find/understand if there is an answer
to this question:
I have a SW3D called "Brooklyn" with a camera called "Camera01". I want to be
able to click a button and have the view switch to this new camera.
My code looks like:
sprite("Brooklyn").camera = sprite("Brooklyn").member.camera("Camera01") but
does not work.
Thoughts?
PS I do not want to use the chrome lib
malaki Guest
-
camera.get for an outdoor camera ( not a webcam )
hello; I would like to install an outdoor camera which has its own built-in server; I want the video capture to be delivered to a client-side... -
switching users camera from one video object to another
hello; I have: video_instance_1.attachVideo(net_stream_1); // this is sucessful video_instance_2.attachVideo(users_camera); // this is sucessful... -
Switching to ID
I recently began working in the marketing department of a business that uses Pagemaker for our page layout tool. We use this program because that is... -
big switching...
I have a 12 field 3000 line file (| delimited) and need to check the 7th entry of each line to see what it is, and based on that it needs to be... -
Michaelcov #2
Re: Switching a camera
Hi malaki.
Try,
sprite("Brooklyn").camera = member("Brooklyn").camera("Camera01")
MichaelUK
Michaelcov Guest



Reply With Quote

