dsdsdsdsd
01-03-2005, 01:03 PM
hello;
I have
-- movie script ---------------------------------------------------
on preparemovie
it=member("3dworld")
it.resetworld()
end preparemovie
-----------------------------------------------------------------------
-- movie script ----------------------------------------------------
on startmovie
go to frame 1
end startmovie
---------------------------------------------------------------------
-- frame 1 behavior -----------------------------------------
on enterframe
make_model_resources
end enterframe
----------------------------------------------------------------
-- movie script ---------------------------------------------
on make_model_resources
atr = it.newmodelresource("atr",#sphere,#front)
atr.radius = 100
end make_model_resources
-------------------------------------------------------------------------------
when I run this I get the error: "object with duplicate name already exists"
any thoughts?
thanks
Shannon Burnett
Asheville NC USA
I have
-- movie script ---------------------------------------------------
on preparemovie
it=member("3dworld")
it.resetworld()
end preparemovie
-----------------------------------------------------------------------
-- movie script ----------------------------------------------------
on startmovie
go to frame 1
end startmovie
---------------------------------------------------------------------
-- frame 1 behavior -----------------------------------------
on enterframe
make_model_resources
end enterframe
----------------------------------------------------------------
-- movie script ---------------------------------------------
on make_model_resources
atr = it.newmodelresource("atr",#sphere,#front)
atr.radius = 100
end make_model_resources
-------------------------------------------------------------------------------
when I run this I get the error: "object with duplicate name already exists"
any thoughts?
thanks
Shannon Burnett
Asheville NC USA