Ask a Question related to Macromedia Director Lingo, Design and Development.
-
davis #1
create new cast
i needing some help trying to create a new cast. this is the code that i am
using.
if charCounter > 368 then
set newCast = new(#castLib)
** put newCast into movieName
repeat with n = n + 1 to finalSum -- Repeats creating new fields until =
finalSum
set newPage = new(#field)
set the name of newPage = "newPage" && n
put newPage into newCast -- Puts the new page into the new library
end repeat
end if
** i believe this is the line that is giving me trouble. any help would be
greatly appreciated.
davis Guest
-
How to let objects in a cast member be a child of agroup(or a model) in another cast member?
I want to add a model to the scene. I try this code: member('world').newgroup('gr2') member('world').group('gr2').addchild(member('r2').model(1)) ... -
create external cast with lingo?
Is it possible to create an external cast with lingo? My purpose is to develop a program that collects input from a user and then stores that... -
How do I Allow User to Create Media Cast Members
Hi, I am new to the forum, my name is Kieron from Stafford, England. I am a full time Interactive Multimedia Communication degree student. ... -
cast members moved in cast - neet to get htem back!!!
Hello I inadvertedly pasted a cast member into my cast and it bumped the rest of the members one number forward, screwing up my lingo all over the... -
changing the cast number of a cast at authoring time?
is it possible to change the cast number of a cast at authoring time? -
JB #2
Re: create new cast
I don't believe that you can create a new castlib with lingo.
Also the function new(#field) creates a new member automatically in
the fist castlib if no member-castlib parameter is included. There is
no need for you to put the result of new() into a castlib.
JB Guest
-
davis #3
create new cast
well let me ask then i am creating new fields based on the # of chars in a
txt document how can i have the projector check for these created fields on
the start of the movie and if they are present unload or erase them since i
want to start fresh every time. thanks
davis
davis Guest



Reply With Quote

