Page 2 of 2
Posted: Wed Sep 22, 2004 00:49
by levon_
if anyone wants the fla file for that post here, and ill email it to you. sorry no web space atm.
Posted: Thu Sep 23, 2004 18:41
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.
Posted: Wed Sep 29, 2004 21:38
by ruud_
thanx edwin

i figured it out already cheers!
Posted: Thu Sep 30, 2004 04:22
by levon_
ruud, do you have any working flash things that use Rparamaters you could show?
Posted: Thu Sep 30, 2004 15:08
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!
Posted: Thu Sep 30, 2004 15:34
by Ruud_
p.s. levon> that last one was a misunderstanding i'll take it back... gonna see what your EQ.swf does

thanx