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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:04:20+00:00 2026-05-22T21:04:20+00:00

Recently I’d been criticized for structuring my for loops like so: var i:MovieClip; for

  • 0

Recently I’d been criticized for structuring my for loops like so:

var i:MovieClip;
for each(i in array)
{
    // be awesome
}

Or,

var i:uint = 0;
for(i; i<10; i++)
{
    // be more awesome
}

This reads better for me personally, yet I’m being attacked for it. Is there any difference?

  • 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-05-22T21:04:21+00:00Added an answer on May 22, 2026 at 9:04 pm

    Old Answer

    Yes: The way you’re doing it, the variable lives on after the loop ends. Making sure the variable doesn’t exist outside of the scope of the loop ensures that you never accidentally refer to it outside the loop.

    Update:

    At least that’s how most languages do it. However, in ActionScript the for loop variable is in the scope of the parent! So there really is no difference in ActionScript.

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

Sidebar

Related Questions

Recently I've been doing things like this: import Tkinter class C(object): def __init__(self): self.root
Recently, I often encounter errors like this: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) I
Recently I wrote something like this: public void doSomething(boolean b1, boolean b2){ while(true){ if(b1){
recently, while working on a db2 -> oracle migration project, we came across this
Recently I'm much excited about linux. I would like to learn how to write
Recently I've been doing a lot of these enum Thing { /* etc etc
Recently there have been a lot of move towards MVVM framework due to the
Recently I downloaded Roboguice and gave it a try. In general I like it
Recently I was confused by this question . Maybe because I didn't read language
Recently I read this Wikipedia article regarding the Dining Philosophers problem but I am

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.