Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8018315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:06:10+00:00 2026-06-04T21:06:10+00:00

I am making an app, the app is quite simple in one part you

  • 0

I am making an app, the app is quite simple in one part you have 4 flower petals and you pick all 4 and that takes you to a different scene that displays a logo “try again” for some reason i cant even trace the activity once these petals are picked on that stage (each petal is a movieclip). i also wrote the movieclips as variables into AS3 by linking it through classes, i dont even know if this is really necessary and i put the sentence “helloworld” to be traced when movieclip “one” is not vissible and this does not happen either. (i also tried arrays, and if(“array”.visible == false then gotoandplay “other scene” with the same results.) ; “the place” is the scene i want to go to once the petals are picked.

this is my current code and theres no error but it does not work as i would want it to, since it does not register that the movieclip is not visible nor does it go to the other scene.

var one = new sunflowerpetal10;
var two = new sunflowerpetal12;
var three = new sunflowerpetal13;
var four = new sunflowerpetal14;
var five = new sunflowerpetal15;
var six = new sunflowerpetal16;

var hello:String;
hello = "helloworld";

if(one.visible == false, two.visible == false, three.visible == false, four.visible == false, five.visible == false, six.visible == false)
{
 trace(hello); 

 gotoAndPlay(1, "theplace");
}

Help please!
are my movieclips that are already on stage not registering on AS3? or what seems to be the problem??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T21:06:11+00:00Added an answer on June 4, 2026 at 9:06 pm

    You have a bunch of things wrong here, and it’s difficult to determine what you’re actually doing. Flash is very confusing in regards to what gets referenced where and how.

    For starters when you call new on something you need to give it parenthesis. so…

    new sunflowerpetal15();
    

    This assumes you have an MC called sunflowerpetal15 in your library and that this label is how’s “exported to actionscript” and not just its name in the library.

    Next you have to actually put this item on the stage

    this.addChild(new sunflowerpetal15());
    

    next in your if statement you have ,s which are illegal. I think you mean && (logical and) between your items, but again, not sure what you’re doing).

    When all of that is fixed, you *should have it go and play frame 1 but I suspect you’ve never left frame 1 to begin with! so… again, I suspect you’re not clear on what you’re doing here.

    What you *really need is a good step by step tutorial on getting started in Flash and AS3. You’re all over the map and Flash is the ABSOLUTELY wrong environment to go it alone without a good guide because it’s profoundly un-intuitive.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am making app that takes a screenshot of a URL requested by the
Iam making an app which has one index.php file. I also have these other
I am making a simple app with a tableview that displays results of a
I'm making an iPhone app that uses Core Plot at one point in the
I am making one app on Android and I have no idea what is
I use it quite often in an app I am making, so I would
i'm making app that the main page include TableView but i want when i
Im making an app that should let the user see video from the camera
I am making an app that records a destination (a city, state, country, town,
I am working on an iOS 5 app. I have a view controller that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.