left-click only
Posted: Thu Sep 23, 2010 6:49 pm
Searched the docs and forum but I'm still confused:
gives an error and:
doesn't throw and error, but also doesn't seem to execute the rest of the code in the script.
I'm going to try a switch next instead of nesting my ifs.
Code: Select all
on mouseUp 1
Code: Select all
on mouseUp
if mouseUp is 1 then
blah blah blah
I'm going to try a switch next instead of nesting my ifs.