I am just curious. Does anyone know how to make the effect that you can see at the bottom of this page
http://www.swifftools.com/about.cfm?nav=4&sub=1
the Rubber Duck logo. When you mouse over it you can see the effect.
Regards,
Martin
Printable View
I am just curious. Does anyone know how to make the effect that you can see at the bottom of this page
http://www.swifftools.com/about.cfm?nav=4&sub=1
the Rubber Duck logo. When you mouse over it you can see the effect.
Regards,
Martin
...you'll get an effect like this by playing with the "wave" effect, there are some samples here.
wolf
Hi
Here is an example of the effect you want.
Best wishes
I
ah. look who's landed.
thanks Ian :)
I thought it was about time I made an appearance here.
:)
Thank you very much for both your help wolfgross and swishguru. I think it looks like I need to learn actionsript/swishscript.
Can any of you point me in the right direction for learning all about it? All the ins and outs.
What is the difference between actionscript and swishscript?
regards,
Martin
Hi
The syntax and 99% of the available methods, functions and classes are exactly the same. There are some movieclip methods missing from SWiSHmax, eg attachmovie and attachsound.
Just go and buy Colin Moock's Actionscript the definitive guide second edition for all the AS you'll ever need to know.
Apart from that, remember that all swishscript needs to be inside an event handler whereas AS sits quite happily on the frame without any kind of obvious wrapper.
The just look at the examples in swishmax and look at what others are doing
After that, it's down to you.
Best wishes
I