Hi
I have created a functioning countdown timer but cannot persuade Flash to let me alter the countdown period from Resolume. I need to be able to alter a Number variable, any ideas? I'm working in CS4 with actionscript 3.
thanks
Simon
Flash countdown timer
Re: Flash countdown timer
It's hard to say what could be causing this, since you don't mention anything about your process, but after you imported the proper communication classes and created a resolume object, the code should read something like this:
Hope that helps
Joris
Code: Select all
var timer:FloatParameter = resolume.addFloatParameter("Timer", 0.0);
Joris