PDA

View Full Version : http://www.alesys.net/



noviardi
August 31st, 2003, 12:50 AM
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:

Jack_Knife
August 31st, 2003, 05:07 AM
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.

noviardi
August 31st, 2003, 07:59 AM
the animation one . when i move my cursor the animation look angry ...can u help me ? any clue maybe or suggestion

jingman
August 31st, 2003, 11:38 AM
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.

noviardi
August 31st, 2003, 12:54 PM
well how about the cursor ? and the laser animation ?

Jack_Knife
September 1st, 2003, 01:00 AM
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.

kO2n
September 1st, 2003, 03:28 AM
And the browser window shaking is a javascript function. Do a search for the function.

Viru.