director repeat loop?
director repeat loop?
- Started
- Last post
- 0 Responses
- beingdevious
in a repeat loop im setting variables im sending to flash.
setVariable(flashmov ,"project["&n&"]", project.proj.pname )
n counts to pnum, the count of rows in a database
the problem is "project.proj.pname "
i need proj to be proj0, proj1, proj3, etc, etc. if i put a variable there, director farts and stops the repeat there. it wont do anything after that line... anyone have any ideas?
ive been working on this for hours already...