The light appear also when I roll over the reflection, is posible to make it appear only when I roll over the arrow?
Posted about 1 year ago
The light appear also when I roll over the reflection, is posible to make it appear only when I roll over the arrow?
Posted about 1 year ago
yes is posible to make it appear only when you roll over the arrow just cut the reflection movie clip open a new document and paste it and then change the names pf the mc and clear the frames inside the mc ..
this is very very nice i like it
Posted about 1 year ago
That’s right… in this 2 arrows the shadows (which are composed of another 2 movies) are included in the main MC. as alexpr said cut it out from the movie and paste it somewhere in the stage… one more trick… if u want to be sure that shadows remain always at the bottom of the arrow you can add 2 more lines of as to define its x and y values… for example if the main movie clip’s instance name is arrowPrev and the shadows movie clip’s instance name is arrowPrevShadow you can write something like this to the actions…. arrowPrevShadow._x = arrowPrev._x; arrowPrevShadow._y = arrowPrev._y+arrowPrev._height; hope it was clear enough, tx
Posted about 1 year ago