flash mc from library
flash mc from library
Out of context: Reply #16
- Started
- Last post
- 17 Responses
- thatblokemike0
if (menu["centre_mc"]) {
menu.attachMovie("centre_mc","ce... 150, {_x: 300, _y: 100});
}in your code above that you couldn't get working you were putting the curly braces in the wrong place.. see my example.. re-implement as i see you had removed it the second time round. and remove that alpha check.. stupid.. when will alpha ever be undefined?
- ahh.. if it doesnt exist.. nasty way to do it thoughthatblokemike