Ask a Question related to Macromedia Director 3D, Design and Development.
-
Karl Sigiscar #1
Chrome Lib update
Model Tooltip (new behavior !)
Displays a tooltip text when the user rolls over a given model.
Download the updated Chrome Lib here:
[url]http://membres.lycos.fr/karlsigiscar/shockwave3d/index.html[/url]
Karl Sigiscar Guest
-
Chrome Lib set of 3D behaviors
Sixty Shockwave 3D behaviors have been designed and developed to meet the needs of 3D graphic designers, developers who are beginners when it comes... -
Major Chrome Lib Update
3D Sound (New!) Plays a sound using a given model as emitter. The farther the current camera is from the model, the lower the sound volume. The... -
Chrome on a person.
Hi, I'm trying to set up a shot where it will look like someone has been dipped in chrome, well, half of there body anyway. Any ideas how this... -
Another update to the Chrome Lib: fog distance tweening
Another update to the Chrome Lib is available: Fog Tweening (update) EyeCandy FX Set (update) Explosion Particle FX (update) ... -
Chrome Lib Update : Play Real Video
Chrome Behavior Lib http://www.director3d.de/stories/2003/07/28/chromeBehaviorLib.html Latest update 7/31/2003: Play Real Video (new)... -
frank #2
Re: Chrome Lib update
Hi Karl!
Just a question how to display paragraph text?
There is an easy way to do it? I tried to generate texture text from my own
cast member text in the
" on createTextMember me" without success.
Maybe you'll can help me before i be able to manage it by myself.
thx a lot.
Franh
frank Guest
-
Christoffer Enedahl #3
Re: Chrome Lib update
I just took a peep at the code, seems good.
But why do you do this?
on new me, mMember, mSprite, mText, mLink, mParameter, mFont, mFontSize,
mForeColorNormal, mBackColorNormal,\
mForeColorHilight, mBackColorHilight, mForeColorNormalDisabled,
mBackColorNormalDisabled, mForeColorHilightDisabled,\
mBackColorHilightDisabled, mBold, mItalic, mUnderline, mRowNumber,
mArrowBitmapMemberNormal, mArrowBitmapMemberHighlight, mDisabled
-- Parameters
pMember = mMember
pSprite = mSprite
pText = mText
...
etc
Much more coding friendly would be a propertylist, with defaults if non were
passed, like:
on new me, aOption
-- Parameters
pMember = aOption[#Member]
pSprite = aOption[#Sprite]
pText = aOption[#Text]
...
etc
--defaults
if voidP(pMember ) then pMember = new (#text) --ot whatever the default
woulf be, perhaps an error.
if void( pSprite ) then return -1 --Needing a sprite.
...
etc
I mean, how does this code look?
script("aboveScript").new(
member("mymmem"),void,void,void,void,void,void,voi d,void,void,void,
rgb(250,0,0) )
could be this:
script("aboveScript").new( [#member: member("mymmem"),
#ForeColorNormalDisabled: rgb(250,0,0)] )
/Christoffer
"Karl Sigiscar" <karl.sigiscar@laposte.net> skrev i meddelandet
news:bpgs5l$pnl$1@forums.macromedia.com...> Model Tooltip (new behavior !)
> Displays a tooltip text when the user rolls over a given model.
>
> Download the updated Chrome Lib here:
> [url]http://membres.lycos.fr/karlsigiscar/shockwave3d/index.html[/url]
>
>
>
Christoffer Enedahl Guest
-
Karl Sigiscar #4
Re: Chrome Lib update
Hi Christoffer,
I agree. I used to code the old John Thomson's way (the great man from the
Bronx who created Lingo).
Now, I have my own coding standards.
Some seasoned developers who also use Delphi do this way in Director :
obj = new Class()
obj.property1 = value1
obj.property2 = value2
....
obj.propertyn = valuen
Everyone has his/her own coding standards.
Cheers,
Karl.
Karl Sigiscar Guest
-
Newt99 #5
Chrome Lib update
The Chrome Lib has just been updated: [url]http://www.chromelib.com[/url]
Future updates will be published in the Macromedia Director Exchange as the
director3d.de server is likely to be shut down anytime soon. I will inform you
when the latest Chrome Lib release is available there.
06/07/2004:
Added a built-in trigger, the start() and stop() handlers and a documentation
for the handlers callable with the UI behaviors to the following behaviors:
Interpolate model to transform
Interpolate model to model
Interpolate camera to transform
Interpolate camera to model
Fog Tweening
Emissive Color Tweening
Transparency Tweening
Overlay Tweening
Backdrop Tweening
Text Overlay Tweening
Scene Fade
Texture Animation
Texture Scrolling
Shader Blend Tweening
Model Shininess Tweening
Light Color Tweening
Diffuse Color Tweening
Ambient Color Tweening
Specular Color Tweening
Pixel Aspect Ratio Tweening
06/06/2004:
*** 3D Rollover Model UI (New!)
This behavior allows you to call a handler from a behavior already assigned to
a W3D sprite by clicking or rolling over a given model.
Camera Inset (Update and Fix)
You can now select an existing camera in the scene as the camera for the
inset. Model Tracking has been fixed.
Best regards,
Karl.
Newt99 Guest
-
Newt99 #6
Chrome Lib update
[url]http://www.chromelib.com[/url]
06/20/2004:
Change Camera (Update)
Added the setCamera() handler and updated the tooltip to document handlers
callable with the UI behaviors.
Camera Inset (Update)
Added the show() and hide() handlers and updated the tooltip to document
handlers callable with the UI behaviors.
06/14/2004:
Overlay Knob UI (New!)
This behavior allows you to display a knob on top of the 3D scene and to call
a handler to perform an action.
Play Animation (Update)
Added the start() handler and updated the tooltip to document handlers
callable with the UI behaviors.
Interpolate Model To Transform (Update)
Added the setXRotation(), setYRotation(), setZRotation() handlers and updated
the tooltip to document handlers callable with the UI behaviors.
Texture Mapping (Update)
Added parameters to create a second texture layer with blend level control
with the first.
Diffuse Color Tweening (Update)
Added the setColor() handler in order to fade to a new color and updated the
tooltip to document handlers callable with the UI behaviors.
Text Overlay Tweening (Update)
Added the changeText() handler, enhanced text centering and updated the
tooltip to document handlers callable with the UI behaviors.
Overlay Button UI (Update)
Added the Selected parameter so one of the buttons in a button group can be
preselected when the movie starts up.
Best regards,
Karl Sigiscar.
Newt99 Guest
-
Michaelcov #7
Re: Chrome Lib update
Kewl. And your 3d sound has come in very handy :)
Michaelcov Guest



Reply With Quote

