White card/window update problem
Posted: Wed Aug 29, 2007 9:38 pm
A script in a card in one stack (SuperExam) is supposed to take me to a particular card in another stack (Questions) and then move the stack (Questions) and another stack (Examinee Controls). What happens is that I get a white screen/blank card, then after a second or so, when the new card is drawn correctly, the two stacks show up already moved. (I want them to move afterward.) If I go to the same card as I was at last time, it works fine, but if I go to a different card I get the white screen. As you can see, there are no lock screen or lock messages involved. I've been trying for several days to work around this "white screen" problem, but I can't seem to solve it. Can anyone help me?
Rev 2.8.1 build 242
iMac Intel
OS 10.4.10
Code: Select all
-- GO TO APPROPRIATE CARD
-- nextGoBack has been defined as a card name
hide stack "Questions"
go invisible cd nextGoBack of stack "Questions"
show stack "Questions"
hide stack "SuperExam Intro"
hide stack "SuperExam"
move stack "Examinee Controls" from 1115,525 to 985,525 in 20 ticks
move stack "Questions" from 840,525 to 710,525 in 20 ticks
move stack "Examinee Controls" from 985,525 to 1212,525 in 20 ticks
iMac Intel
OS 10.4.10