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 8592715
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:48:57+00:00 2026-06-11T23:48:57+00:00

I am currently trying to make a login system in Flash. I tried downloading

  • 0

I am currently trying to make a login system in Flash.

I tried downloading this source:
http://active.tutsplus.com/tutorials/actionscript/create-a-flash-login-system-using-php-and-mysql-part-1/

My only problem at this moment is that I want to make it change to next frame if the value is “1”.

So I changed this:

result_text.text = "" + event.target.data.systemResult;

Into this:

if (event.target.data.systemResult == "1") {
                result_text.text = "Welcome!!";
                this.gotoAndStop('2');
            } else {
                result_text.text = "" + event.target.data.systemResult;
            }

But then it just says “Welcome!!” but it doesn’t go to next frame -.-‘

Does anyone have any ideas?

  • 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-11T23:48:59+00:00Added an answer on June 11, 2026 at 11:48 pm

    this is your event in that context, because you’re in an event handling closure.

    Try MovieClip(root).gotoAndStop(2);

    And make sure you lose the ” from around the 2, as @SrRichie already suggested.

    From your screenshot, this should also work:

    MovieClip(root).gotoAndStop('LoggedIn');
    

    If root is null (and I haven’t looked through the tutorial you reference in detail, so I’m not sure), you may need to create a variable earlier in your code to refer to root, and then call gotoAndStop on that.

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

Sidebar

Related Questions

I am trying to make a login system for android. In this login system
I am currently trying to make a sectioned table like this: Section 1: Entry
Currently I'm trying to make a flowchart, this is the code I've got so
I'm currently writing a PHP login script and trying to make it as secure
I'm in the process of trying to make a secure PHP based login system
I'm currently trying to make a set of conversion functions which, through one call,
I'm currently trying to make an orientation calculator in java and I'm having a
I am currently trying to make a dropbox-esque application from a tutorial and I
I am currently trying to make an application that allows the user to create
i'm currently trying to make a asp.net mvc3 app. in the sample application which

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.