I'd be so grateful if someone can help me with this. I've been trying to figure it out for hours now. Reading, searching and trying to find tutorials. The turorials I've found tell me I'm doing it right, but it's still not working. I have an MC with the instance name "brick" inside another MC with the instance name "brickmov". I have "brickmov" in the first frame, along with a button with this attached to it:
on (release) {
NC = new Color(_root.brickmov.brick)
NC.setRGB (0xcccccc)
}
If I take the ".brick" off the end, it changes the colour of "brickmov" but with the ".brick" in there it doesn't do anything. Am I missing something? I'm really trying to get the hang of this without asking too many stupid newbie questions here, but this one has me stumped. Thank, guys. Also, it's Flash 5 I'm using.
Adam
on (release) {
NC = new Color(_root.brickmov.brick)
NC.setRGB (0xcccccc)
}
If I take the ".brick" off the end, it changes the colour of "brickmov" but with the ".brick" in there it doesn't do anything. Am I missing something? I'm really trying to get the hang of this without asking too many stupid newbie questions here, but this one has me stumped. Thank, guys. Also, it's Flash 5 I'm using.
Adam