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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.