A Flash Developer Resource Site

Search:

Type: Posts; User: amirpc

Search: Search took 0.05 seconds.

  1. I have no idea where to get what you're looking...

    I have no idea where to get what you're looking for, but just fyi a "fowl" is a bird...I believe the word you want is "foul."
  2. Replies
    9
    Views
    7,918

    I think it depends entirely on your usage, but it...

    I think it depends entirely on your usage, but it really isn't hard to beat array performance:

    http://www.newgrounds.com/bbs/topic/906548
  3. Replies
    4
    Views
    4,934

    Success! Thanks :)

    Success! Thanks :)
  4. Replies
    4
    Views
    4,934

    var typeRef:Class = getDefinitionByName(__class)...

    var typeRef:Class = getDefinitionByName(__class) as Class;
    var width:int = DisplayObject(typeRef).getWidth();




    var typeRef:Class = getDefinitionByName(__class) as Class;
    var width:int =...
  5. Replies
    4
    Views
    4,934

    Static function call through type reference

    I'm attempting to call a static member function of a class without instantiating it via a type reference as returned by getDefinitionName.



    var typeRef:Class = getDefinitionByName(__class) as...
  6. Replies
    21
    Views
    3,540

    I mean honestly though...scalability is probably...

    I mean honestly though...scalability is probably the least of his worries at this point. I'm sure he would love to have that problem, because that means someone is interested in his game ;)

    PS -...
  7. Replies
    21
    Views
    3,540

    It wasn't really at you :) I was asking the...

    It wasn't really at you :) I was asking the experts if there is some hidden road block, or if it was as simple as I thought it was.
  8. Replies
    21
    Views
    3,540

    Ohhh well if the difficulty lies in writing good...

    Ohhh well if the difficulty lies in writing good code, well then certainly I can see people having trouble with that.

    I was just afraid there is some hidden technical road block I would encounter...
  9. Replies
    21
    Views
    3,540

    It wasn't really targeted at you, more at the...

    It wasn't really targeted at you, more at the experts in the forum. I stated a simple method to build a game state socket server and asked the experts if I'm missing something.

    If I'm not, what I...
  10. Replies
    21
    Views
    3,540

    Well without commenting on the OP's chances in...

    Well without commenting on the OP's chances in succeeding in write an MMORPG I will say that I think you guys might be overselling the difficulty of writing a socket server.

    I mean hell you can...
Results 1 to 10 of 10




Click Here to Expand Forum to Full Width

HTML5 Development Center