Ask a Question related to Macromedia Director Basics, Design and Development.
-
ombdinc #1
Passing actions from Flash to Director 8
Hi Group-
I've used Flash 5 to create a short intoduction within a project Using
Director 8. How can I pass an action onto Director to jump to a marker when the
flash animation is finished? I went into Director help, and tried what was
examples there to no avail.
I'm using an action in Flash that is in the timeline, not connected to a
button.
Any help would be fantastic!
TIA
ombdinc Guest
-
Flash MX 2004 and Flash MX 04 Pro differences in the actions panel
I just upgraded to MX 2004 Pro, and have not been able to find the "normal mode" on the actions panel. Has this been eliminated in professional? I... -
passing variable from Flash to Director... not working right
Hello everybody, I can't figure out what's wrong, and I've done this many many times before, and never had any problems! I have a text entry... -
passing Variable from Director to Flash
hi .. ... i'm sending variables from Director to a Flash Movie using the 'setVariable' command .. but it doesn't take it there in the normal sense... -
passing values from director to flash
Hello, In Director file, one button is there and on click that, movie have to run on particular frame of the flash file. For example sample.swf... -
Help ::::: Passing info from flash to director getting mad results
I'm aving a bit of trouble with flash passing info to director using getURL with event: Here's my problem : Three movies in flash called ... -
paolibo #2
Re: Passing actions from Flash to Director 8
If I have understood well a solution it is:
property this
on beginSprite me
this = sprite(me.spriteNum)
end
on exitFrame
if this.frame < this.member.frameCount then
go to the frame
else
go to marker "blabla"
end if
end
hth
paolibo Guest



Reply With Quote

