A Flash Developer Resource Site

Search:

Type: Posts; User: brinck10

Search: Search took 0.03 seconds.

  1. Anybody?

    Anybody?
  2. [Papervision] Plane primitive backside material

    Hi there flashers.

    I've searched around the web trying to find out how to set the primitive Plane backside material in papervision. Unfortunately without luck. That is why I'm turning to you, to...
  3. Replies
    4
    Views
    1,400

    I'm sorry to say that it doesn't work. I have...

    I'm sorry to say that it doesn't work. I have this code within ThirdClass:


    var _h:Number=stage.stageHeight;

    And the error I get is equal to this:



    Any ideas?
  4. Replies
    7
    Views
    658

    Okay. Choosing the ActionScript 3 file doesn't...

    Okay. Choosing the ActionScript 3 file doesn't mean you're coding AS3. The syntax between AS2 and AS3 is a bit different. First you need to choose which language you want to program. I would suggest...
  5. Replies
    7
    Views
    658

    If it is actionscript 3, the function loadMovie...

    If it is actionscript 3, the function loadMovie doesn't exists... Are you sure your're not coding AS2? It looks like that.
  6. Replies
    7
    Views
    658

    Is it actionscript 3?

    Is it actionscript 3?
  7. Replies
    7
    Views
    658

    Yes, you may not quote your instance name, also...

    Yes, you may not quote your instance name, also remove the _root!
  8. Replies
    4
    Views
    1,400

    Poblems with AS3 Scope

    Hello Flashers.

    I've thumbled into a problem about scopes, and I'm unfortunately unable to solve it myself. As the title says it is about how to scope.

    I have a MainClass from where I can call...
  9. Replies
    0
    Views
    1,897

    Sprite Sheet Problem

    Hi.

    I've got a serie of PNG pictures with a moving dragon and I want to combine them into a single sprite sheet. I won't do that by hand, because it's hard to overcome and takes too long time, so...
  10. Replies
    0
    Views
    337

    AS3 Using the right reference

    Hi there flashers.

    I've recently started coding AS3, and I've yet managed to run into several mistakes, but I'm slowly getting to know the language.

    My problem is to reference things. I have a...
  11. Replies
    1
    Views
    327

    Try to attach the item before you unload the...

    Try to attach the item before you unload the movie, i.e:


    if (this.hitTest(_root.circle)) {
    attachItem(this._x, this._y);
    this.unloadMovie();
    _root.circle.unloadMovie();
    }
  12. Replies
    2
    Views
    857

    I'm pretty sure that I can use the...

    I'm pretty sure that I can use the MovieClipLoader, if I just add itself as the listener:


    myMovieClipLoader.addListener(this);

    Are you sure that I can use your example in a class?
  13. Replies
    2
    Views
    857

    [CS3 AS2][OOP] MovieClipLoader

    Hi there guys.

    I'm making a class, which is supposed to load external images into movieclips, and then store the movieclips in an array.

    I'm have problem with the MovieClipLoader onLoadInit...
  14. Replies
    17
    Views
    12,505

    It's fixed now. I keep on working :-)

    It's fixed now.

    I keep on working :-)
  15. Replies
    17
    Views
    12,505

    I have already made something, but the parts...

    I have already made something, but the parts aren't the beautiest

    EDIT: I've uploaded it now to www.frederikbrinck.com/demo/prot.swf, but I don't know why the white squares appears :-S. The SWF...
  16. Replies
    17
    Views
    12,505

    Well, here's an update. I'm advancing with my...

    Well, here's an update.

    I'm advancing with my prototype. So far it gather pictures from a server-side script (so you can have different armor), loads each of them into a MovieClip, makes them a...
  17. Replies
    17
    Views
    12,505

    Yes that would indeed be worth a try. ...

    Yes that would indeed be worth a try.

    @renderhjs
    I'll take a look at it. One thing I don't get: After I've loaded the bitmaps to the movieclips, and drawed them to my bmd, shall I then removie...
  18. Replies
    17
    Views
    12,505

    I've given it a shot. I've attached a button to...

    I've given it a shot. I've attached a button to the main stage (btn), which say attack. Then I have a sprite in my library.

    Is this somehow close to what you mean, or is it far away, and is it...
  19. Replies
    17
    Views
    12,505

    Well, first of all, I'm not yet sure if it should...

    Well, first of all, I'm not yet sure if it should be AS3 or AS2. I'm not that comfortable with AS3, but it's more powerful...

    Second of all: External SWFs is dismissed.

    Let's say that I used...
  20. Replies
    17
    Views
    12,505

    [CS3] [Theory] Handling game animations

    Hi there FK'ers.

    I'm planning to make a turnbased action game, and I'm in the middle of the theory of it. It's going to feature player vs. player, and a lot more lovely stuff...

    My problem is...
  21. Solving (hopefully)

    Hi there. I've had a similar problem with a gallery.

    I'm not sure if it's right, but it can has something to do with the cache...

    Try to paste this script on top of the PHP file:


    ...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center