Page 1 of 1
weird navigation issue
Posted: Wed Apr 16, 2014 11:11 pm
by roddy
I have one card in my stack that wherever you touch/click on the screen, takes you back to the previous card. What would cause the entire screen to become clickable?
Re: weird navigation issue
Posted: Thu Apr 17, 2014 12:17 am
by Simon
on mouseUp
in the card script
Simon
Re: weird navigation issue
Posted: Thu Apr 17, 2014 12:50 am
by roddy
Hi Simon,
I don't have a mouseUp command in the card script. I have a 3 button option group on all cards:
on mouseUp
lock screen for visual effect in rect (0,44,1024,678)
set the mgText of group "titleButton" to the mgOptionText of me
go to card the mgOptiontext of me
unlock screen with visual effect push up fast
end mouseUp
I have 3 main cards in the stack.
The 3rd card has Next/Previous buttons that push left/right to start you on a tour.
The "Next" button on card 3 takes you to card 4.
Card 4 is the card that becomes entirely clickable... and it's getting the "push up fast" effect and taking you back to card 3.
Roddy
Re: weird navigation issue
Posted: Thu Apr 17, 2014 1:14 am
by Simon
i guess this would be easier if you posted the stack
Simon
Re: weird navigation issue
Posted: Thu Apr 17, 2014 2:07 am
by roddy
Thanks. Referenced images will be missing...
Click Start after loading, then click Gallery Guide, then click Next to get to the problem card.
Re: weird navigation issue
Posted: Thu Apr 17, 2014 2:46 am
by Simon
Oh you are going to hate me!!!
I fixed it but I don't know why it should make a difference;
Just move the navButtons in between topNavbar and titleButton.
Nope don't know why. but I think those "beforeMouseDown" might have something to do with it.
Simon
Re: weird navigation issue
Posted: Thu Apr 17, 2014 3:03 am
by roddy
omg. i love you.

Re: weird navigation issue
Posted: Thu Apr 17, 2014 3:13 am
by Simon
I've gone all warm and fuzzy inside
