does anyone know how i can change my code to do this in FlashMX. It is from another movie that I made that I copied into this movie. I was unaware it was Flash 5 only coding.
here are the errors i get
Symbol=bullet, Layer=Layer 1, Frame=1: Line 1: You must export your movie as Flash 5 to use this expression.
Color = new Color("rock");
Symbol=bullet, Layer=Layer 1, Frame=1: Line 2: You must export your movie as Flash 5 to use this action.
Color.setRGB(Math.random()*0xffffff);
Symbol=bullet, Layer=Layer 1, Frame=1: Line 1: You must export your movie as Flash 5 to use this action.
onClipEvent(enterFrame){
Symbol=bullet, Layer=Layer 1, Frame=1: Line 2: You must export your movie as Flash 5 to use this expression.
this.Color
Symbol=bullet, Layer=Layer 1, Frame=1: Line 3: You must export your movie as Flash 5 to use this expression.
this._alpha=70;
thanks for your help