more actionscript help
more actionscript help
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- fugged0
don't use eval, use the method that monNom suggested. setInterval is not neccesary unless you want the button labels to appear over time. Use a for loop.
I think your problem is some missing quotes:
_root.catboxes.catbox[_root.catm...
should probably be
_root.catboxes.catbox["_root.cat... tup"+1].catbox_var
if _root.catmain_countup is a path to a movie clip, enclose it in quotes.