Hi Dixie, I don't want to move my mouse (neither by hand, nor by script), because I am sliding a slider, with which I want to control continuously the point within an image, where the color is taken. (ok, I could switch my mouse with every move of the slider to the color taken point and back to my slider, but thats not the nice way I think) Any idea to that? Thanks Tiemo
> -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:use-livecode- > [email protected]] Im Auftrag von John Dixon > Gesendet: Freitag, 6. Mai 2011 09:34 > An: [email protected] > Betreff: RE: alternative to mousecolor to get a color from loc? > > > Hi Tiemo.... > > on mouseUp > put the topLeft of this stack into theLoc > set the screenMouseLoc to (item 1 of theLoc + 10,item 2 of theLoc + 10) > put the mouseColor > end mouseUp > > Dixie > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
