Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
2ndrnd webforumsuser@macromedia.com #1
adding lingo to a flash button
hey guys. i need to be able to add some lingo to a flash button. the lingo needs to establish the global sound setting for multiple .dxr movies, and keep the initial volume at whatever its settings are in the director dxr files, then call to, or go to, or play the actual dxr file. but i need this done within flash.
in director, this is what works:
global initialvolume
on mouseUp me
initialvolume=sound(1).volume
go to movie "CREDIT.DXR"
end
this does the job perfectly. however, i have created flash drop down menus and i need to apply this same script to the flashbuttons and have it control the dxr file, so the sound level that the user sets remains the same.
help!!!
i have this on a flashbutton now, and it works, however this only calls and plays the dxr file, it doesn't keep the sound level at the global setting in director: here's what i have now:
on ( release ) {
tellTarget ("_root") {
getURL ("lingo: play movie \"CREDIT.DXR\"");
}
}
this plays the dxr movie from the flash button.
i need to know how to add in and keep the global sound script in director, into the flash button script.
nothing i've tried works.
i hope i didn't confuse the hell out of you guys here.
thanks a lot in advance for your help.
2ndrnd
Remember...Pillage. Then Burn.
2ndrnd webforumsuser@macromedia.com Guest
-
Dynamically adding Dropdown, Text Box, Add Button and Remove Button
Hi Everyone, I am facing a poblem in creating a row which contains following scenario in ASP.NET |DROP_DOWN_LIST | |TEXT_BOX| ... -
Adding a light in Lingo
Can someone please help me with this? I want to have a light under a car model that shines down on the ground. I know how to create a light in... -
Adding a second button if the first button is clicked
Hi I build my form dynamically in Page_Load, with a button If the user clicks the button I want to create another button. I can do this but the... -
Customizing Lingo for a Back Button
Hi All, I'm going to try this again. I have movie I am designing in Director 8 that is a training course. I have a section of the movie that... -
Custom Lingo For Return Button
Hi All, I'd like to set up a return button so that when the user clicks on it he/she will be taken back to their point of origin in the movie. ...



Reply With Quote

