Accessing handler on another card in stack
Posted: Thu Feb 14, 2013 7:57 pm
Hi Guys,
I have the following code on one card, it works great :
BUT, If I separate them onto two cards, it throws an error :
Card 1.
Card 2.
I get the following error :
(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
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