Hi....
I think that the problem here is that the visual effects are for transition between cards, not stacks. There is a way around this. I created two stacks of the same size... 'About' and 'Shark'...
In button on a card in stack 'shark', I placed :-
Code: Select all
on mouseUp
visual effect dissolve
go stack "about" in the window of stack "shark"
end mouseUp
and in a button on a card in stack 'About' :-
Code: Select all
on mouseUp
visual effect dissolve
go stack "shark" in the window of stack "about"
end mouseUp
I just switched the stack names around...
be well
Dixie