it's SO simple, and it's been working fine for weeks...now for whatever 
reason:

on goToNextScreen me
  if pCurrentQuestionNum = 
gQuestionList.section[pCurrentSection].question.count then
    set the keyDownScript = empty
    set the keyUpScript = empty
    if pCurrentSection = gCurrentLesson.section.count then
      scoreLesson(me)
    else
      gCurrentSection = gCurrentLesson.section[(pCurrentSection + 1)]
      gCurrentScreen = gCurrentSection.page[1]
      put label("lesson")
      go to "lesson"
    end if
  else
    switchQuestion(me)
  end if
end goToNextScreen me


does NOT go to "lesson"; but label("lesson") DOES put the frame number of 
"lesson".

this is driving me nuts. I'm no newbie, but I can't figure out what's 
WRONG

--------------------[    http://www.grimmWERKS.com   ]------------------
 [ graphic design -|- sound design -|- shockwave -|- lingo -|- cdrom  ]
             


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to