Ask a Question related to Macromedia Director Lingo, Design and Development.
-
okanulas webforumsuser@macromedia.com #1
very basic
hi all
i am quite new to lingo and got a basic problem
i ve 5 buttons b1,b2,b3,b4,b5
and i ve 5 movies in the cast m1,m2,m3,m4,m5
simply i want to link these 5 buttons to their movies
b1 link to m1
b2 link to m2
b3 link to m3
-
-
for example when i press button 1 i want to load movie 1 in the sprite 1 and it goes like that
i ve tried
repeat while i to ...... syntax but i didnt figured it out..
i am waiting for help...
thanx...
okanulas webforumsuser@macromedia.com Guest
-
FMS BASIC HELP PLEASE
I am a newb but learning, im wanting to know if i can have a 2 way webcam chat installed on a clients website, hosted from my own pc? if so whats the... -
Basic SQL
I have this bit of code: <cfif day eq '_1'> <cfquery name = "update" dataSource = "KFS"> UPDATE tbl_Legends SET _1 = '#description#' WHERE... -
3D basic
I'm having some problems in 3D basic programming: 1. how can i remove one or more model in a 3D sprite on the stage? 2. how can i get the model's... -
Dark basic pro VS blitz basic 3D VS 3d game studio VS shockwave VS jamajic
What are all your thoughts on the other leading 3D indi game creation packages out there? Are there others that I didn?t mention? here are a few... -
BASIC HELP on php
I am new in programming with PHP. I wrote the following code: file name: output.php <?php echo $texto; ?> And I call it on my browser... -
JB #2
Re: very basic
your >> 5 movies in the cast m1,m2,m3,m4,m5
sounds like a style of programming one would use in flash when dealing
with movie clips. Director film loops are more limited and tougher to
revise after creation.
Instead of switching in movies, one usually would jump to markers with
the main movie or jump to seperate external movies.
If you do wnat to assign a film loop to an on stage sprite.
Have a 'placeholde'r sprite already on stage, then reassign it's member
with:
sprite(10).member = "m2"
JB Guest
-
vij010 #3
Re: very basic
Hi...
First of all, what's the idea of a repeat statement when you just want Director to perfom a task an nothing more ?...Repeat statements are to be used only when you want Director to continually perform something (events) as long as a condition is true.
For your above example....all that needs is a go to movie command (if that's what i've understood from your post)
script for button b1
on mouseup me
go to "m1"
end
Vj
vij010 Guest
-
okanulas webforumsuser@macromedia.com #4
Re: very basic
thanx guys
i gave behaviors to all the buttons...it was massy when you dealing with 80 buttons,and movieclips..
okanulas webforumsuser@macromedia.com Guest
-
Adam Royle #5
Re: very basic
In this case you would use one single behaviour, and take advantage of the
getPropertyDescriptionList handler to pass in variables to your buttons.
There are many examples out there, check some out at [url]www.mediamacros.com[/url]
Adam
"okanulas" <webforumsuser@macromedia.com> wrote in message
news:boq5vk$rhh$1@forums.macromedia.com...80 buttons,and movieclips..> thanx guys
>
> i gave behaviors to all the buttons...it was massy when you dealing with>
>
Adam Royle Guest



Reply With Quote

