PDA

View Full Version : Mouse click Detaction with no btn.



waffe
January 31st, 2003, 03:59 PM
Basicly I would like this to happen on a left button mouse click any where in a movie.

on(leftMouseClick){
trace("hi")
}

kode
January 31st, 2003, 05:17 PM
this.onMouseDown = function () {
trace ("hi")
}

place the script your main timeline

waffe
January 31st, 2003, 05:34 PM
Thanks,

Works like a charm!!

:love:

kode
January 31st, 2003, 05:38 PM
no problem :beam: