• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

help me please.

Explorer ,
Jun 17, 2017 Jun 17, 2017

Copy link to clipboard

Copied

hi people.Action script 2

i created a working movie clip that has a hidden password i set and is on a timeline so far, and when i use the mc name, which is password_1 (in the instance and in the original library folder) now i create a button and want the button to make the mc visible.

i used the following on the mc which did not work. password_1.visible = false;

and the following on the timeline for the button, called : ContactMe, :

ContactMe.onRelease = function(){

if(password1._visible == false){

password1._visible = true;

}

TOPICS
ActionScript

Views

407

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 17, 2017 Jun 17, 2017

Copy link to clipboard

Copied

Ok sorry got the invisible part right now,

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 17, 2017 Jun 17, 2017

Copy link to clipboard

Copied

but the button still doesnt bring it back to a visible state.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 17, 2017 Jun 17, 2017

Copy link to clipboard

Copied

LATEST

okay got both part working, the invisible and the visible.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines