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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:35:32+00:00 2026-06-17T23:35:32+00:00

In the first frame of the movie, I declared an array variable and create

  • 0

In the first frame of the movie, I declared an array variable and create movieclips:

frame = new Array();
for(i=1; i<=5; i++){
    frame[i] = "empty";
    var a = attachMovie("box", "box"+i, i, {_x:i*100, _y:100});
}

I want to use the variable frame[] to count how many times the movieclips are clicked.
I came to make a class for the movieclip “box” which I use, but couldn’t figure out how to find out which button is clicked.

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

    Not even need to create a class for box, just pass index i as parameter to each movieclip in method attachMovie:

    frame = new Array();
    for(i=1; i<=5; i++){
        frame[i] = "empty";
        var a = attachMovie("box", "box"+i, i, {_x:i*100, _y:100, index:i});
        a.onMouseDown = function ()
        {
            trace(this["index"])
        }
    }
    

    After that each box knows its own index in frame array.

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

Sidebar

Related Questions

I have an AS3 movie clip that I want to return to first frame
I want to extract first frame of uploaded video and save it as image
Here is the syntax... on the first frame JTextField tf1 = new JTextField(); from
First,I created a hidden frame like this: var oHiddenFrame = null; if(oHiddenFrame == null){
I want to open an existing Movie-File and export every frame of this file
Whenever I place the following code on the first frame of my movie, it
here is how should my program be. In first frame, there is a textfield1
I have two buttons in my first android frame. ok button and cancel button.
First off, the function in question. bool Animation::loadFrames() { sf::Texture frame[frameCount]; std::string pathToFrame; for(int
In a frame I have two columns. In the first column I display some

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.