Resolume variables not working with actionscript
Posted: Tue Feb 21, 2006 15:55
Can we not use actionscript and resolume variables together?
I can get dynamic text boxes to display the values of these variables fine. But when I create a dynamic text box and pass it a value of my own depending on the value of a resolume variable it doesn't work.
This is my code. bass being my dynamic text box.
if (raudiolow>50) {
bass = "kick";
}else{
bass = "soft";
}
If anyone has a solution or knows what to do please let me know. Have a gig coming up in a couple of weeks and would like to have this sorted before then so I can work on my animation.
I can get dynamic text boxes to display the values of these variables fine. But when I create a dynamic text box and pass it a value of my own depending on the value of a resolume variable it doesn't work.
This is my code. bass being my dynamic text box.
if (raudiolow>50) {
bass = "kick";
}else{
bass = "soft";
}
If anyone has a solution or knows what to do please let me know. Have a gig coming up in a couple of weeks and would like to have this sorted before then so I can work on my animation.