anybody can help me the way or the process how to make the animation bugs like in http://www.alesys.net/ thanks for helping or reply i suggest this could be interesting to learn for me and the others thanks again:trout:
Um, what is it exactly that you want to know how to do. Is the bug thing, where it shakes the screen? If so, it’s just javascript that is called from within flash.
the animation one . when i move my cursor the animation look angry …can u help me ? any clue maybe or suggestion
it’s very basic.
You just have an MC with, say 3 different frames. Each frame contains an MC of the little guy - doing nothing, getting mad one way, and getting mad the other way. Then you set onRollOver actions for the MC, so that it goes to a ‘mad’ frame when you roll over him.
well how about the cursor ? and the laser animation ?
The cursor is hidden using Mouse.hide() function, and the laser one probably uses the drawing API to draw lines from the cursor’s point (_xmouse, _ymouse) to the eyes of the bug. The rest are just animations as jingman said above.
And the browser window shaking is a javascript function. Do a search for the function.
Viru.