Sry about that... I have the scripting done - I can figure how to send the info
(it's really just a number, a total that is being sent from every question -
remember 3 per movie)... I need help once that info is sent... more
precisely... who or what (object in flash, if any) receives it and how to make
that value make my bar (rectangle) grow accordingly... many thx....
-davicho
You can use LoadVars or XML.
LoadVars for URL encoded data -- var1=value&var2=value&var3=value
XML for well XML.
Both have a sendAndLoad method.
LoadVars http://livedocs.macromedia.com/flash/8/main/00002336.html
XML http://livedocs.macromedia.com/flash/8/main/00002879.html
The examples there server as great templates.
If you need more help on those, this forum or the Flash Actionscript forum
are good places.

Signature
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
Sry about that... I have the scripting done - I can figure how to send the
info
(it's really just a number, a total that is being sent from every question -
remember 3 per movie)... I need help once that info is sent... more
precisely... who or what (object in flash, if any) receives it and how to
make
that value make my bar (rectangle) grow accordingly... many thx....
-davicho
d_arc9 - 24 Apr 2006 14:06 GMT
THx for your help... I am familar with the LoadVars object... but my questions now is how do I translate that value received in Flash into a rectangle that grows based on that value? thx...
Motion Maker - 24 Apr 2006 18:32 GMT
A rectangle graph should be doable without any serious math.
1. You can use the MovieClip graphics methods to draw. See:
http://www.macromedia.com/devnet/flash/articles/precision_drawing.html
2. You can resize or rescale a MovieClip that contains a rectangle.
I recommend the Adobe/Macromedia Flash Actionscript forum for a new post
"How to draw basic rectangle graphs" or something like that. You should find
more folks there who may have tackled the problem.

Signature
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
THx for your help... I am familar with the LoadVars object... but my
questions now is how do I translate that value received in Flash into a
rectangle that grows based on that value? thx...