Re: Rotating 3d model

2003-01-14 Thread JerryZ
hi shailendra im still new to 3d but i believe that if u choose the parent model to rotate under parameters/which model? then all the child models will follow with the animation. Also when u animate in 3ds max choose keyframing over path animation because the animation will be lost with path.

RE: Rotating 3d model

2003-01-14 Thread Jeremy
I suggest attaching the model together before exporting it so that it is 1 object in director, and then you can use that behavior, otherwise you may need to make your own custom behavior. You could also rotate the camera around world origin, and assuming you have the scene pretty much centered on

Rotating 3d model

2003-01-14 Thread Shailendra Vijayvergia
Hi all, Now a days, trying to explore 3d in director. I've made a model in 3dsmax and exporting model with animation in shockwave 3d format. When i import w3d file, and implement "Drag model to rotate" behavior, it ask me options which model i want to rotate, what if i want to rotate the whol

Re: buddy api lingo help

2003-01-14 Thread Mark A. Boyd
At 17:00 2003-01-14, marcus brooke wrote: set OK = baOpenFile(thepathName & "test.txt", "maximsied" You don't say, but I imagine the error dialog gave more hints as to what went wrong - at least in authoring. 1. You didn't close your parentheses. 2. thepathName should be two separate words or

Re: buddy api lingo help

2003-01-14 Thread Mark A. Boyd
At 17:57 2003-01-14, [EMAIL PROTECTED] wrote: Hi, I think when you created projector you don't check to option: "Include in projector" on Control>Movie>Xtras. Since Marcus mentioned that he created a projector, I'd bet you're right. I prefer marking all those xtras NOT to include in projector a

Re: buddy api lingo help

2003-01-14 Thread duchai
Hi, I think when you created projector you don't check to option: "Include in projector" on Control>Movie>Xtras. Original message >Date: Wed, 15 Jan 2003 01:00:25 + >From: "marcus brooke" <[EMAIL PROTECTED]> >Subject: buddy api lingo help >To: [EMAIL PROTECTED] > >Hi Guys I hope so

buddy api lingo help

2003-01-14 Thread marcus brooke
Hi Guys I hope someone can help, It was recommended that I get the Buddy Api xtra to launch word and excel files from a Director exe. But can't for the life of me get my head round the script. The script on the help me file is set OK = baOpenFile(thepathName & "test.txt", "maximsied" I get the

Re: FindingNotWantedFonts

2003-01-14 Thread Carl West
Bruce Powell wrote: >... > QUESTION: Is there some way for me to locate all font typefaces used by > castmember? It could even be a space with a not wanted font on it. I was unable to put the font of a particular character in a field so I took this route (tested in 8.5 Mac): on findfont cLib, s

Re: FindingNotWantedFonts

2003-01-14 Thread James Newton
Bruce Powell <[EMAIL PROTECTED]> wrote: > "...Director will use a default font to display the following: Geneva" ... > Is there some way for me to locate all font typefaces used by > castmember? Hi Bruce, Below you'll find the handler that I use in cases like this, where only #text members are

RE: Reset

2003-01-14 Thread Jeremy
member("scene").resetWorld() -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Meiky - Sent: Monday, January 13, 2003 3:05 AM To: [EMAIL PROTECTED] Subject: Reset Helo, I have cast member 3d character with no animation, then I change the position of the

Re: FindingNotWantedFonts

2003-01-14 Thread Sean Wilson
on FindFonts repeat with i = 1 to the number of castmembers of castLib 4 if the castType of cast i of castLib 4 = EMPTY then nothing else if the castType of cast i of castLib 4 = #richtext then put the memberNum of cast i of cas

Re: FindingNotWantedFonts

2003-01-14 Thread Florian Bogeschdorfer
Am 14.01.2003 21:06 Uhr schrieb "Bruce Powell" unter <[EMAIL PROTECTED]>: You would have to step through every character using char[] >> > QUESTION: Is there some way for me to locate all font typefaces used by > castmember? It could even be a space with a not wanted font on it. > Bruce > [To r

FindingNotWantedFonts

2003-01-14 Thread Bruce Powell
When testing a project (created with Director 8.5 on a Mac) on a PC (win98) the error code stating "This movie uses fonts that are not available on this system. Director will use a default font to display the following: Geneva" appears during startup. Geneva is not suppose to be in this project. I

RE: re: 3d shockwave collision detection

2003-01-14 Thread Jeremy
The easiest way to do as you describe is to use the havok physics that is built into director. If you would like to email me I can send you a small dir file that is a very simple example of using havok. Or you can IM me ICQ:13463220 or AIM: whatshisnutz6979 -Original Message- From: [EMAIL

Re: Basic ?

2003-01-14 Thread Howdy-Tzi
On Tuesday, January 14, 2003, at 08:42 AM, Phil Gross wrote: Does anyone know if this is true? If I have a tight repeat loop, and want to give the system a chance to take care of business without leaving the loop, can I just insert periodic updateStage commands? Are there other, maybe better,

Re: Basic ?

2003-01-14 Thread Buzz Kettles
At 5:01 PM +0700 1/13/03, you wrote: hi, if my script looping forever, if there any shortcut to stop it? ctrl-period or cmd-period depending on which platform you are on. -Buzz [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post m

Re: The long date

2003-01-14 Thread Buzz Kettles
At 3:41 PM +0100 1/14/03, you wrote: Buzz Kettles wrote: At 11:56 PM +0100 1/13/03, you wrote: >I have been always thinking that, real mistakes and omissions apart, it was >a precise Macromedia policy mantaining the Help Documents just so as they are. >I may be wrong of course. & you are

Director 8.5.1 hypertext bug

2003-01-14 Thread Victor Riera
Hello all I'm having a little problem and I hope you can help me to see the light. It seems that director 8.5.1 has a bug in it´s built-in hypertext script. If you mark a word in a text field with the text inspector, making an classical hyperlink, and this field is an scrolling or fixed field d

Re: Basic ?

2003-01-14 Thread Cole Tierney
My memory of this is foggy at best. And probably from a few versions back. It should be easy to test, though. That said, even if it does work, I'd only use it for debugging. Looping on the frame is a friendlier way to let director "breathe". Does anyone know if this is true? If I have a tight r

Re: Basic ?

2003-01-14 Thread Phil Gross
David Burgoyne wrote: > Phill the answers you got do not relate to your question If i > understand your question. > > Which I think is about repeat loops > > Best way to do this is not to use a repeat loop as nothing will update > while its running (I think) I don't use repeat loops, but someti

Re: Basic ?

2003-01-14 Thread David Burgoyne
Phill the answers you got do not relate to your question If i understand your question. Which I think is about repeat loops Best way to do this is not to use a repeat loop as nothing will update while its running (I think) put loop stuff in enter/exitframe handler and use some form of counter to

Re: The long date

2003-01-14 Thread chnexus
Buzz Kettles wrote: > > At 11:56 PM +0100 1/13/03, you wrote: > >I have been always thinking that, real mistakes and omissions apart, it was > >a precise Macromedia policy mantaining the Help Documents just so as they are. > >I may be wrong of course. > > & you are ("I may be wrong") > - there ar

Re: Basic ?

2003-01-14 Thread Phil Gross
Does anyone know if this is true? If I have a tight repeat loop, and want to give the system a chance to take care of business without leaving the loop, can I just insert periodic updateStage commands? Are there other, maybe better, commands that will do that? -Phil Cole Tierney wrote: > > >