A Flash Developer Resource Site

Search:

Type: Posts; User: FlashAahaah

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,374

    No one knows?

    No one knows?
  2. Replies
    7
    Views
    1,374

    That does make the cursor go on top, but...

    That does make the cursor go on top, but unfortunately it makes the program no longer react when I click on objects.

    I've read somewhere that the image of a custom cursor can get in the way, but...
  3. Replies
    7
    Views
    1,374

    I copied that code in the "follow" function but...

    I copied that code in the "follow" function but it tells me:

    "The supplied DisplayObject must be a child of the caller"
  4. Replies
    7
    Views
    1,374

    Custom cursors

    I have added a custom cursor to my application, using the following code:

    Mouse.hide();
    mouseEnabled = false;
    stage.addEventListener(MouseEvent.MOUSE_MOVE,follow);
    function...
  5. Thanks. I finally got it.

    Thanks. I finally got it.
  6. Thanks. I have managed to do it by placing...

    Thanks.

    I have managed to do it by placing this code in the main timeline:



    import flash.events.MouseEvent;

    for (var i:int = 0; i < (...), i++)
    {
  7. I'm not sure what a constructor is exactly. If I...

    I'm not sure what a constructor is exactly. If I run the program as is I get the error "No default constructor found in base class flash.events:Event." but I don't know what to put there.

    Isn't...
  8. Sorry for the dumb questions but I'm new to this....

    Sorry for the dumb questions but I'm new to this.

    To create a class associated with the symbol, I create a new class and I type your first section of code in it (replacing "MovieClip" with the...
  9. Thanks. How would I go about adding an...

    Thanks. How would I go about adding an addEventListener to all instances of the symbol? (for example, so that the instance is destroyed when the user clicks on it, but not the other instances) Is...
  10. How can you add different instances of a symbol?

    Hi,

    I have a symbol in my library that I'd like to see multiplied on the screen, but I don't know how to make multiple instances of it appear.

    I can call one instance of the symbol with the...
  11. Replies
    1
    Views
    729

    Changing the content of a text field?

    Hi, I want to change the content of a text field on the stage but all the tutorials I find explain how to create a textfield in actionscript. What I want to do is create the textfield myself, then...
  12. Replies
    3
    Views
    1,049

    What exactly is "boo-boo"-like about grouping...

    What exactly is "boo-boo"-like about grouping global variables together? Does it have any negative effect on the program?

    In this specific instance I have a global variable to remember how many...
  13. Replies
    3
    Views
    1,049

    How do you create global variables?

    Figured it out.

    Delete this thread please :)
  14. Replies
    12
    Views
    9,050

    Yeah it has the properties for the angles but...

    Yeah it has the properties for the angles but even if I reset everything as 0, the rectangle automatically rounds the edge as I draw it and changes the angles radius in the property box too. I can't...
  15. Replies
    12
    Views
    9,050

    I can't draw straight rectangles!

    Hello,

    For some reason I am no longer able to draw straight rectangles... Whenever I use the rectangle tool, it always creates rounded corners. I have no idea why... I have fiddled with all the...
  16. Replies
    3
    Views
    1,227

    Thanks, and you are right, I see that AS2 and AS3...

    Thanks, and you are right, I see that AS2 and AS3 are quite different so I will use other tutorials.
  17. Replies
    3
    Views
    1,227

    Controlling an object with the arrows

    Hello,

    I'm trying to use a tutorial to teach myself how to make a basic flash game:
    http://www.webzo.org/tutorials/flash/space-shooter-movie-clip-and-movement.php

    Unfortunately this tutorial...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center