> So the problem..:
> I have placed in the score some markers and i created some buttons in the
> movie that move you around from marker to marker.
> I can't find a way thow to stop the head of the movie. When i play it, the
> head doesnt stay still in a frame. I assume that i need a bit of Lingo for
> this .Do i need to do anything with the Script channel or the transmition
> channel in the score window. Is it something to do with a movie script.
> Can someone tell me the seacret?
George,
In the score script you can write a little behavior the sends to marker
either to the same frame or loop within several frames. My personal choice
is to loop within several frames but I'll show ya both...
on exitFrame me
go to the frame
end
on exitFrame me
go loop
end
With the loop command you'll need a marker on the backside to catch it...
If you like in the Lingo Dictionary under navigation you'll see the above
techniques listed and I think it gives ya a little more description.
HTH,
-- Clint
[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!]