Phlasch MX question
Phlasch MX question
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- runDMB0
I think your problem maybe that you have an onEnterFrame loop inside a "for" loop. I'm not entirely sure why however because as you say, substituting i for 4 means one box does move. I'm normally pretty good with actionscript although I'm no full-on programmer so I can't help you much more. However, you can get all of the boxes to move quite easily by just putting the movement script in a loop in the mc itself. This would still let you control the movement of individual clips as you can extract the number added to the mc when you attach it using substring.
Hope this is some help