Ask a Question related to Macromedia Director 3D, Design and Development.
-
remainz webforumsuser@macromedia.com #1
object expected error
Hi
I am having several problems that might be a bug or bad codeing but I cant tell as the error only happens immediatly after I save my working work.
I get "object expected" from
scene.group("flap").transform = scene.model("bone01").bonesPlayer.bone[bonenum].worldtransform
and if I have
if scene.model("Boney1").state(4) then
in front I still get the same error.
I also get "unable to open "external members.cst.ink" when I publish it.
On top of that I cannot get clonemodelfromcastmember to work at all so I have to use
scene.loadFile("boney1.w3d", false, false)
Any help for my abstract problem would be much appreciated
remainz
remainz webforumsuser@macromedia.com Guest
-
object expected error - audioLoadingStart( )
Trying to play a swf in a web page using flash. It plays fine, but throws an IE error. The error is: "A runtime error has occurred. Do you... -
Javascript Error: Object expected
I am having a very difficult time trying to get one drop down to call a cffunction and return a value to select the second drop down. I am getting a... -
error in havoc-car, object expected
Trying to build a nice little race game and the graphics are commin along very well, the problem is, im a 3dmodeller not a scripter, but with the... -
Error object expected
hey folks! I'm getting the usual NOOB error object expected. I'm creating a simple box and applying a texture to it: The specific line i get the... -
IIS ASP Object Expected Error
John wrote: Should be "Err.Clear". The Number propery is read-only IIRC. -
Dave Mennenoh #2
Re: object expected error
>>if scene.model("Boney1").state(4) then
First off, state is a member property, not a model property. You'd want:
if scene.state = 4 then...
Not sure why, but you have an .ink extension, which Director isn't going to>>external members.cst.ink
recognize.
Sounds like you have some issues going on...
--
Dave
[url]http://www.blurredistinction.com/director[/url]
Dave Mennenoh Guest



Reply With Quote

