flash menu help
flash menu help
Out of context: Reply #4
- Started
- Last post
- 9 Responses
- unfittoprint0
ooops...
you'll have to give the increment before setting the delay interval... so before the delay put:
increment = 70; //for example
delay = setInterval(this, "update", 2000, increment);
stop()