Hi,

I' made a little game where you got to try to click on a littel div
container, which moves arround when your mouse is over it.
With the onclick method in the body tag i count the clicks the user
made to finish the game, but the onclick method doesnt work when the
div tag is moving.

I use the scriptaculous method Move()

new Effect.Move(thediv, {
   x: sx,
   y: sy
 });

which is called with the mousover method in the div tag.

So any idea why onclick doenst work while moving ?

Philipp

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to