Ask a Question related to Macromedia Director Basics, Design and Development.
-
.:}x-=V!P=-x{:. #1
!! MPEG and Markers !!
I have a demo CD with 10 MPEGs that are linked from folders on the CD to a
projector file. I can play them fine but, how do I get them to go to a frame
marker "start" after they are done playing? Does anyone have an example lingo
or a place I could get one. Thanks
"The more one learns, the more one sees how much is yet unlearned"
.:}x-=V!P=-x{:. Guest
-
Markers doesn't do as expected
Hi all, Got a major screw up here. Got sprite with a go to marker from the library, but some how it only works when you are on the last marker... -
Moving Markers
When selecting stuff on the timeline, is there a way to move markers along with the sprites. So you don't have to go and match up the markers with... -
Editing too many markers, How?
Is there a better way to edit (add, name) markers to a score, assuming a case like too many markers (let's say over 1000), consecutive named (ie.... -
starting movie at different markers
I am creating a movie that will be set on a timer, to open every 30 minutes. The movie will have six sections defined by markers. I would like only... -
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... -
.:}x-=V!P=-x{:. #2
Re: !! MPEG and Markers !!
Never mind I got it working with this code:
-----------------------------
property spriteNum
on exitFrame me
myMember = sprite(spriteNum).member
myDuration = member(myMember).duration
myMovietime = sprite(spriteNum).movieTime
if myDuration > myMovietime then
go to the frame
else
go to label("start")
end if
end
----------------------------
.:}x-=V!P=-x{:. Guest



Reply With Quote

