flash using rparameters

Just let it all out, buddy. You're among friends here.
levon_

Post by levon_ »

if anyone wants the fla file for that post here, and ill email it to you. sorry no web space atm.

bsom_

Post by bsom_ »

If you are using FlashMX/MS2004, it sometimes has problems is a variable is not defined first.

i.e.:
var myVariable;
myVariable = 0;

Try that at the beginning of your FLA and see if it helps.

ruud_

Post by ruud_ »

thanx edwin ;) i figured it out already cheers!

levon_

Post by levon_ »

ruud, do you have any working flash things that use Rparamaters you could show?

Ruud_

Post by Ruud_ »

I used the bars.fla example and I also defined

var rparameterleft1;

but not the part of

rparameterleft1 = 0;

my only problem is that I can't use actionscript while looping timelines. At the frame where I have set an actionscript like _root.bar1 blabla = rparameter1 * 15 my loop hangs at that frame and only respons to the actionscript. So my timeline does not loop anymore!!! That's bad!!

I want to loop shape tween and or motion tween and at the same time scale and or alpha tween my objects!!!

anyone have any idea?

levon> just see the bars.fla in you resolume programfiles /flash map

greets!

Ruud_

Post by Ruud_ »

p.s. levon> that last one was a misunderstanding i'll take it back... gonna see what your EQ.swf does ;) thanx

Post Reply