thanks for the answers,

as I can see it can be done with mouse coordinates,
but it would be nicer if it was something that could be dragable.

I want to make one object to play each chord when the mouse is over,
and to be able to select one scale for each music by placing the objects together

can I use [iem_event] or [gf/mouse_spy] to do that?

thanks
Ariane
 

2010/8/16 Eduardo Patricio <epatricio@yahoo.com>


De: Ariane stolfi <arianestolfi@gmail.com>
Para: PD list <pd-list@iem.at>
Enviadas: Segunda-feira, 16 de Agosto de 2010 15:32:43
Assunto: [PD] on mouse over

>Hi,

>does anybody know if theres an object that can recognize the mouse over it?

>It could be to turn of and on a toogle, without have to click.

>I know that this is possible to do in a gemwindow, but its possible to do also in the main window?

>thanks
>a


What if you use [cursor] or [MouseState] and stablish some coordinates to trigger a bang?

Eduardo