Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
sid vishus #1
tricky disable button problem
Ok, I need to know a little actionscript and hope you will be able to help - I
have always found replies here.
I have my main movie with home, contact and links buttons (in fact they are
movie clips with buttons in them - I intend to animate these buttons
eventually) - my home button movie clip has an instance name of home_mc and the
button inside this has an instance name of home_button
These buttons have simple actionscript to load external swf files at level 1
What i need is some actionscript code that I can put on my home fla that tells
the home button in my main FLA to disable. This will stop the home movie
reloading if I press the button again - you see, the home movie loads itself
with actionscript at the final frame of my main fla and I don't want it to load
again if I press the home button. Am I making sense?
In fact I have uploaded a file to my server that contains some very simple fla
files with these buttons and associated fla files. They were done for another
person on the forum but I got no reply.
Many thanks. I have great confidence in this forum and await your reply.
[url]http://www.galaxymusic.co.uk/oldnewbie.html[/url]
sid vishus Guest
-
A tricky query problem
what i am trying to do is 1. let a user decide which language they want 2. pull the apropriate information fom a few different tables project... -
Tricky SOAP input problem; need help with cfinvokesyntax
Notes on Interfacing CFMX to External Web Services Requiring Complex-Within-Complex XML Documents as Input Authors: Doug James (jamesd@musc.edu)... -
Tricky problem with WebControl vs. Panel
I have built a class derived from WebControl, and added somespecific functionality to it..Then I built a set of web controlsbased on that... -
Tricky problem with classes!
Problem: I try to store data in a objects field and read it out again. Sounds easy, yeah. But its a bit tricky here.... ;-) This is the class... -
Disable the tab button
Hi All, I have a little problem, i have some sort of calculator with a bunch of textmembers which are editable. The thing is that i don't want ppl... -
kglad #2
Re: tricky disable button problem
to disable home_button that's in home_mc from the _root timeline you can use:
home_mc.home_button.enabled=0;
kglad Guest



Reply With Quote

