[FONT=Times New Roman][SIZE=3]Hi all,[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]I am trying to make a buttons alpha value change if my movieclip is loaded. i’ve tried adding things to the buttons but couldn’t get this to work, so I added this to the first frame of my movie …but it doesn’t work.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]At the moment this is as far as i’ve got,[/SIZE][/FONT]
[SIZE=3][FONT=Times New Roman]if (movie.isLoaded == true)[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman] button._alpha = 50;[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]}else{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman] button._alpha = 100;[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3]}[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]can any one show me the light (why it doesn’t work)?[/SIZE][/FONT]
i added something if you rollout the button the movie unloads and the buttons goes to alpha 50 to see if it works. You can delete it but just to make sure it works.