I have the following code on one card, it works great :
Code: Select all
on mouseUp
trueBtnOne
end mouseUp
on trueBtnOne
hide button Check2T
hide button Check2F
...
end trueBtnOne
Card 1.
Code: Select all
on mouseUp
trueBtnOne
end mouseUp
Card 2.
Code: Select all
on trueBtnOne
hide button Check2T
hide button Check2F
...
end trueBtnOne
(Handler: Can't find handler) near trueBtnOne
It is the same code, just separated over two cards, what have I missed here... I've gone through the forum looking for answers, but I am still stumped...
Help appreciated!
Cheers,
Bruce