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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:40:58+00:00 2026-05-13T18:40:58+00:00

package { import flash.display. ; import flash.events. ; import flash.net.*; public class exp1 extends

  • 0

package {
import flash.display.;
import flash.events.
;
import flash.net.*;

public class exp1 extends Sprite
{
    var directionX:Number = 5;
    var directionY:Number = Math.random()*5;
    public function exp1()
    {
        var loader:Loader = new Loader();
        var request = new URLRequest("monkeyproj-1.jpg");

        loader.load(request);
        addChild(loader);

          loader.x = 100;
          loader.scaleY = 0.5;



        var recA:Sprite = new Sprite;

        recA.graphics.beginFill(0xFFF010); 
        recA.graphics.lineStyle(1); 
        recA.graphics.drawRect(40, 280, 50, 20); 
        addChild(recA); 

        recA.x = 300; 
        recA.y = 300; 
        recA.scaleX = 2; 
        recA.scaleY = 2; 
        recA.addEventListener(Event.ENTER_FRAME, moveRecA); 

    }
     function moveRecA(e:Event){

        e.currentTarget.y +=directionY;
        e.currentTarget.x +=directionX;

     }

     }
}
  • 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-13T18:40:59+00:00Added an answer on May 13, 2026 at 6:40 pm

    I just tried the code and it seems to work fine. The only issue is that recA wasn’t starting out as visible on stage. Try changing:

    recA.graphics.drawRect(40, 280, 50,
    20);

    to:

    recA.graphics.drawRect(0, 0, 50, 20);

    That may or may not be what you want, but it makes the yellow box show up. Some of this depends on what dimensions you’re deploying the swf with (i.e. the final stage size), so if that still doesn’t work, try setting recA.x and recA.y to 0 as well.

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

Sidebar

Related Questions

Say I have a package mylibrary. I want to make mylibrary.config available for import,
For example: from datetime import <c-x><c-o>{list of modules inside datetime package}
Is there a Java package providing funcionality like the .Net System.Data namespace ? Specificaly
Is there a way to prevent packages in Delphi to implicitly import units that
I package our server releases into zip files using a batch file (Windows), running
I'm receiving Package Load Failure error when I open VS 2005 after I installed
I have an SSIS package, which depending on a boolean variable, should either go
What are some good package naming conventions for domain specific object models. For example,
I'd like to package a C# windows service project so it can be easily
I tried to package a Twisted program with py2exe, but once I run the

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.