Featured FLA
» Author: Sphere
» Title: Reacting Waves
» Description: Small red waves on a plane react when the mouse pointer nears them.
» More by Sphere
BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.
As a designer most of us
know how to create these famous pup-up windows for
our lovely web pages.I think they bother all of us eventhough we are the designers.
Specially the ones that opens unfinishing windows.In this tutorial I will try
to teach
you an unusual "force to click" action.
I believe that this action will be used by many websites instead of annoying
pop-up windows
that opens automaticly by classic scripts.
This one has one difference then the rest.Your advertisement will stick on your
mouse.
If visitor wants to get rid of this mouse following image , has to click on
your link.
After clicking on your link, mouse follow image will dissappear, your link will
open
in new window and your main page wont change.
Sounds good ?
Here is the example.
Let's start now.
Create two images as Movie
clip.
One of them will follow the mouse and the other one will stand asyour target
link.
Give the following names
to them
For the mouse following
image - mousefollowimage
For the main target image - mainlinkimage
In this point it is not
necessary to animate this movies.So, don't animate them now.
Let's finish it..
-------------------------------------------------------------------------------------
Select main target image and open the actions window again.
Paste this code as well.
on (press) {
tellTarget ("_root.mainlinkimage") {
stopDrag();
getURL("http://www.vkuzik.net", "new window");
setProperty("_root.mousefollowimage", _alpha, "0");
}
Thats it guys....Test your
movie and smile :)
Now you can create your own FORCE to CLICK action.
May be its not the best
action of the web but probably one of the newest
Force Click event.I haven't seen a popup window like this before. What about
you ?
This is very simple and effetive way to make them click on your link.
At list MORE POLITE... Isn't it ? :)