Multiple Groups and Transparent Buttons
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Multiple Groups and Transparent Buttons
Hi all,
I have a small issue. I have nested a group within a group for some transparent button controls. Now they work fine on windows, Linux and Mac but not on either mobile device. (IOS/Android)
Can any one steer me in the right direction. I have set the blend Level to 1 and the set the ink to noop, but no go. (I have also tried setting the Colour Overlay but still no go)
Any ideas?
I have a small issue. I have nested a group within a group for some transparent button controls. Now they work fine on windows, Linux and Mac but not on either mobile device. (IOS/Android)
Can any one steer me in the right direction. I have set the blend Level to 1 and the set the ink to noop, but no go. (I have also tried setting the Colour Overlay but still no go)
Any ideas?
Re: Multiple Groups and Transparent Buttons
Hi istech,
What are the scripts of the buttons?
Does it work if you just give them any other script like "Answer whatever"?
Any other info you can give?
Best
Klaus
yes, "does not work" is a lame error description!istech wrote:...Any ideas?

What are the scripts of the buttons?
Does it work if you just give them any other script like "Answer whatever"?
Any other info you can give?
Best
Klaus
Re: Multiple Groups and Transparent Buttons
Sorry Klaus,
nothing special in this handier just:
on mouseUp
lock screen for visual effect
hide group "HDDG"
unlock screen with visual effect dissolve
go to card id "1013"
put specialfolderpath("engine") & "/Nav.wav" into coSound
play coSound
end mouseUp
I am trying out touchstart to see if it makes a difference and yes the scripts return answers only on desktop OS.
nothing special in this handier just:
on mouseUp
lock screen for visual effect
hide group "HDDG"
unlock screen with visual effect dissolve
go to card id "1013"
put specialfolderpath("engine") & "/Nav.wav" into coSound
play coSound
end mouseUp
I am trying out touchstart to see if it makes a difference and yes the scripts return answers only on desktop OS.
Re: Multiple Groups and Transparent Buttons
Hm, should work!?
I first thought that INKs are not supported on iOS, but that is not the case.
Strange!
Hint: Do not put quotes around numbers!
...
go to card id 1013
## !
...
I first thought that INKs are not supported on iOS, but that is not the case.
Strange!

Hint: Do not put quotes around numbers!
...
go to card id 1013
## !
...
Re: Multiple Groups and Transparent Buttons
A head scratchier for me 2 days now.
I think it has to do with the the way the groups are setup. The first top group of buttons work on both devices. The next group of embedded transparent buttons are the ones causing headache.
I will do some more testing and update.

I think it has to do with the the way the groups are setup. The first top group of buttons work on both devices. The next group of embedded transparent buttons are the ones causing headache.
I will do some more testing and update.
Re: Multiple Groups and Transparent Buttons
Workaround/Fix
buttons deleted and recreated as push buttons with blend set to 100 worked.
buttons deleted and recreated as push buttons with blend set to 100 worked.