I have been scratching my head for quite some time over this one.
I am not getting the expected result from a visual effect, though i can not replicate the bug in a simplified stack, so it must be unique to my project.
Here is the tail end of my handler where i want to move to another card with a visual effect :
Code: Select all
if not(pPhotoData is empty) then
unlock screen -- just in case (no joy)
// answer number of lines of the pendingMessages -- yields 0
visual effect "scroll up" slow
go card "photoCrop" -- the above effect is not seen
end if
end renderNewGroup
So what could be stopping it from executing where it is meant to, when going to the "photoCrop" card
The only thing i can think could be making it behave like this is the fact i have just come out of a mobilePickPhoto operation, but that is like 200 lines earlier, I do loads of stuff after that operation.
Really i am just hoping this screams a certain something at someone, like is "some arbitrary property" set to true at that point in the handler "that will break it"....