referencing getBytesTotal
referencing getBytesTotal
- Started
- Last post
- 1 Response
- jpea
what would the syntax of this be?
bT = this['module'+newDest].getBytesT...
where the mc that it's being loaded into is named module0, or module1, or whatever depending on the number passed into the function.
if i use module0.getBytesTotal() it works fine, but not being dynanically set.
whole function:
http://pastebin.coconut.se/?id=4…
- jpea0
nevermind. figured it out.