Ask a Question related to Macromedia Director Basics, Design and Development.
-
keiTai #1
previous post is about markers is not clear
So again writing this after 18 hours non-stop newbie director
is it possible to go from marker1 -->marker2 -->marker3 etc. with a different
sprites at each marker.
- So at marker 1 a sprite has a go to marker 2
- So at marker 2 a sprite has a go to marker 3
etc.
Thnks
keiTai Guest
-
Uses of markers
Pluse, it's "If I were to create" not "was" -- Craig Wollman Word of Mouth Productions phone 212 724 8302 fax 212 724 8151... -
Subform Controls (please disregard previous post)
I have a subform with a variable amount of textboxes. Each textbox should have its own color, depending on the value of the field L3_Status. When... -
why window.open script not firing? just postback...continuation of previous post
Hi, In the pageload of my aspx file I have the following (in both not in postback and is postback)... btnList.Attributes.Add("onclick",... -
previous post about Web Publishing Wizard
Sorry, I'm using Publisher 2000 on a MS 2000 Professional server. Thanks. -
Previous Post Opening Problems..?
Hi All, did anyone have problems opening my previous posting, as it had Japanese characters in it..? Cheers. Mark Sargent. -
JB #2
Re: previous post is about markers is not clear
In article <c6pcml$nmt$1Perhaps you are talking about a "next marker"
button sprite?
if so, heree are 2 examples of doing the same thing.
on mouseUp
go next
end
on mouseUp
go to frame marker(1)
end
JB Guest
-
vij010 #3
Re: previous post is about markers is not clear
Hi...
What do you mean by " at marker 2 a sprite has a go to marker 3", do you mean
that there's a button that will take you to marker 3, then just use :
on mouseup
go "marker3"
end
if that's not the case, then you question is hazy...
vij010 Guest



Reply With Quote

