cursor 200
Using this under behavior at the beginning of a movie as a global setting
and all I got was a syntax error. I just have a quick project to finish and
this is the only snafu I've run into so far. Please advise!!
Thanks.
on startMovie
cursor 200
end
will do what you need. Put that in a Movie script (not a Behavior or Parent
script ... Behaviors are for attaching to particular frames or sprites --
you want this for affect the whole movie). Just create the script then look
at its properties; you can select from there what sort of script it is.
You don't have to put the script anywhere in the Score ... it'll work
simply by virtue of its being in the Cast, and being an "on startMovie"
handler.
More resources:
* check out the back of your Lingo Dictionary: it has commands
sorted by category
* venture over to
http://www.herts.ac.uk/lis/mmedia/directortutorial/2index.html ... it's for
Director 6, but much still valid, and if you scroll past the beginner's
section, there's plenty of good tutorial for Lingo.
Regards,
David
sti...@quip.net