Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : on load



webgaluk
3/18/2004 10:16:50 PM
Have created a text field which I'd like to make invisible when the screen its
on is loaded. Have created a button to display and hide the text box when
pressed & have this working ok however the text field is always visable when
page loads & there doesn't seem to be an option to add action script to the
text box to enable me to make it invisable.

Any help gratefully recieved


Sarah


Pluda
3/18/2004 10:26:06 PM
Hello,

you may put your txt file insid a movie clip and set mc._visible = 0;

or you may need to creat an empty movie clip and use the onData to make sure the txt is already loaded.

webgaluk
3/18/2004 10:48:50 PM
Thanks,

got it working now.

Creating a survey & want to count marks for certain answers. If a button is
pressed would like to ammend the marks. I believe I would need to use variables
to hold a running value. As I am very new to action script is there a set
script which can be ammended to perform calculations etc?
Pluda
3/18/2004 11:12:49 PM
I'm sorry, but dom't know how to help you...

As far as I know, no, there isn't any standart script to do want you need...

AddThis Social Bookmark Button