aight im new to flash (kinda) im just not very good at it haha, ok now ill get to the point
i want to make it so when the mouse rolls over each of the ‘lakes’
it brightens up then slowly goes back to it’s original, but i don’t know how to do it, if u need the fla file or whatever or u don’t know what i mean just tell me
i pretty much want a mouse over effect on the “lakes” ie. fire lake and earth lake and water lake, i just want to make it so that when the mouse goes over a lake, i want it to light up, and then slowly go darker then when the mouse comes off i want that process to reverse, then go back to it’s original state. do u understand>?
o i guess the fla is to big to attach
and my host won’t let me host it …
if u got aim or give me your email and i can send it to you… sorry about this
Use the pen tool and trace out the shape of the lake and fill it with white or something, convert the lake shape to a movieclip.
Next inside that movieclip you just created, place a stop action on the first frame.
Next create an alpha tween on frames 1-10, the alpha tween of it fading out so you would give it a label name of “out” for example. To label a frame, open your properties panel to do so.
Next frames 11-20 would be the alpha tween of it fading back in from 100 to 0 alpha. Also click on frame 11 and give it a label name as well, something like “out.”
Now on the main timeline, drag an instance of that movie you created out on stage and apply an action like this to your movieclip:
on (rollOver){
this.gotoAndPlay("out");
}
on (rollOut){
this.gotoAndPlay("in");
}
hmmmm it’s not working to good, it says Mouse events are permitted only for button instances… but i guess im kinda confused, i double clicked on my water lake , and it brought me into that movie clip, then i made the pen shape inside of the original and it’s not working … help please?
when ur done can u just email me the finished product so i can study it and figure out what i did wrong, and so that i can use it later on. i have an exam tomorow morning so i have to go to sleep. thanks again !