Flash countdown timer

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
themadtechie
Met Resolume in a bar the other day
Posts: 1
Joined: Mon Jun 14, 2010 16:57

Flash countdown timer

Post 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

Joris
Doesn't Know Jack about VJ'ing or Software Development and Mostly Just Gets Coffee for Everyone
Posts: 5185
Joined: Fri May 22, 2009 11:38

Re: Flash countdown timer

Post 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

Post Reply