Re: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Colin Holgate
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 Any chance you've moved the goToNextScreen call to either a preprareframe or a stepframe? [To remove yourself from this list, or to

Re: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread grimmwerks
absolutely not it's screwed up because it was rock solid, working fine...all of a sudden it's an on again/offagain thing. What I don't get is the movie KNOWS there's a label with "screen" (or "lesson" or "scrLesson" as I've tried changing the name of the label)...but again, sometimes it

Re: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Tab Julius
As a safety check, particularly if you've done a lot of cutting and pasting, try recompile all scripts. - Tab At 04:13 PM 1/25/01 -0500, grimmwerks wrote: absolutely not it's screwed up because it was rock solid, working fine...all of a sudden it's an on again/offagain thing. What I don't

RE: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Steven Sacks
does NOT go to "lesson"; but label("lesson") DOES put the frame number of "lesson". if this works put label("lesson") but this doesn't go frame "lesson" then try this variation x = label("lesson") go frame x Have you thought about using the labelList? HTH, Steven Sacks [EMAIL

RE: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Dale Withroder
i had a behavior quit working on me the other day...but was working fine beforei "discovered" that by having the behavior open in a script window and running the program that it fixed itself...must have been a memory problem??? good luck At 04:36 PM 01/25/2001 -0500, you wrote: does NOT go