Page 1 of 1

Flash countdown timer

Posted: Mon Aug 09, 2010 16:30
by themadtechie
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

Re: Flash countdown timer

Posted: Tue Aug 10, 2010 11:05
by Joris
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:

Code: Select all

var timer:FloatParameter = resolume.addFloatParameter("Timer", 0.0); 
Hope that helps

Joris