
onClipEvent (load) {
// in miliseconds
stillFor = 3000;
startTime = getTimer();
}
onClipEvent (mouseMove) {
time = 0;
startTime = getTimer();
}
onClipEvent (enterFrame) {
time = getTimer()-startTime;
if (time>=stillFor) {
time = 0;
startTime = getTimer();
// your code here
}
}
stillFor is a variable which sets the duration we want the mouse to be still for before executing our code.
Privacidad ּ Publicidad ּ Prensa ּ Premios ּ Colaborar ּ Enlazarnos ּ Mapa del Sitio ּ Aviso legal ּ Boletín ּ Contacto
2001 - 2011 | Sitio creado y mantenido por Gabriel Marcelo Rodríguez
Hosting de alta calidad a bajo costo Neolo.com.ar