A Flash Developer Resource Site

Search:

Type: Posts; User: Giblaz

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    1,295

    PushButton Engine

    Has anyone played around with this thing? It looks really, really good.

    http://pushbuttonengine.com/

    I've been looking at the API but I'm wondering if anyone has done anything with it and can...
  2. Thread: Doom!!!!

    by Giblaz
    Replies
    31
    Views
    2,256

    Aha! I was wondering what the tool for converting...

    Aha! I was wondering what the tool for converting C/C++ to Flash VM bytecodes was...

    With this knowledge in mind, I can finally begin work on porting the Lua VM to Flash so that I can write a...
  3. Replies
    6
    Views
    1,008

    The way I usually do collision detection is I...

    The way I usually do collision detection is I have a class that acts like a class registry for all objects that I want to perform collision detection against. Lets call this the "EntityManager". It...
  4. Replies
    0
    Views
    352

    Java style resource loading

    In Java, its possible to load embedded files in a jar by referring to their internal path (as a String) in the jar. Is this possible in Flash?
  5. Replies
    0
    Views
    1,756

    Lua interpreter?

    Is is possible to compile the LUA interpreter C code into Flash Player VM bytecodes yet? I heard there was something that was making strides in this area but I haven't found anything on Google....
  6. There are two ways to handle it, like...

    There are two ways to handle it, like ImprisonedBride said. In an objects constructor, you could pass it a reference to the stage, as such.



    package
    {
    import flash.display.Stage;
    public...
  7. Replies
    72
    Views
    12,687

    Also, try to cache (store in memory) as much...

    Also, try to cache (store in memory) as much information as possible, so it can be referenced at a later point in time. This will take up more memory, but will free more CPU cycles for the things...
  8. Replies
    17
    Views
    6,221

    Let me put in a good word for Project Darkstar :)...

    Let me put in a good word for Project Darkstar :)

    It's open-source, licensed under the GPLv2, and after working with it directly for 7 weeks during my senior project at Sun Microsystems I can say...
  9. Replies
    36
    Views
    6,894

    I know its been said a bunch of times in this...

    I know its been said a bunch of times in this thread already, but WOW. They didn't even bother to change the fonts :\
  10. Replies
    2
    Views
    959

    Oh wow, much smoother. This is great work!

    Oh wow, much smoother. This is great work!
  11. Replies
    2
    Views
    959

    I've been playing this game non-stop for the past...

    I've been playing this game non-stop for the past several days. I finally beat the computer on Advanced yesterday without taking back any moves >_>
  12. Thread: diablo 3

    by Giblaz
    Replies
    35
    Views
    4,119

    Whats the point of saying these comments? You're...

    Whats the point of saying these comments? You're obviously wrong since the Diablo games, and moreso Diablo 2, are widely accepted by both critics and fans alike as being some of the greatest dungeon...
  13. Replies
    7
    Views
    1,434

    That's a really good suggestion. I can see why...

    That's a really good suggestion. I can see why you're considered a guru on this subject :)

    I'll be using that in my in my tile engine now >:}
  14. Thread: diablo 3

    by Giblaz
    Replies
    35
    Views
    4,119

    To be fair, I'm sure they have a LOT more that...

    To be fair, I'm sure they have a LOT more that they've done, but they won't show it until its at least somewhat polished. Blizzard is very careful about these sort of things - they aren't one to...
  15. Replies
    7
    Views
    1,434

    A somewhat simple and effective solution is to,...

    A somewhat simple and effective solution is to, before you move your character, do collision checks on every point from where they are to where they will end up, and if a collision is found between...
  16. Replies
    15
    Views
    2,488

    This is the hardest game of chess I've ever...

    This is the hardest game of chess I've ever played :|

    The computer always makes me fall into insanely well planned out traps. Gawd, I don't see how anyone is having an easy time on this game...
  17. Those 3 are fine. ElectroTank has gotten pretty...

    Those 3 are fine. ElectroTank has gotten pretty good reviews but I heard that its load capacity wasn't exactly stellar, although don't take my word for it. SmartFox is supposedly great for large...
  18. Thread: Unreal engine

    by Giblaz
    Replies
    8
    Views
    1,166

    Tell me you've heard of XNA. The 360 is a billion...

    Tell me you've heard of XNA. The 360 is a billion times easier to make homebrew games on, and you even get to use an incredible programming language (C# really is awesome).
  19. Thread: our daily jobs?

    by Giblaz
    Replies
    42
    Views
    3,697

    You and I both pal. Has it really been that long...

    You and I both pal. Has it really been that long since Flash 4? Gawd...
  20. Nice music :D I liked it... very original...

    Nice music :D

    I liked it... very original gameplay too. I am a fan, and I usually am a very hard critic :)
  21. Replies
    13
    Views
    2,060

    If you want something hardcore, check out Project...

    If you want something hardcore, check out Project DarkStar. Its Sun Microsystem's Enterprise Grade Distributed MMO Server - pretty complicated if you're a noobie but it is far and away the most...
  22. Thread: our daily jobs?

    by Giblaz
    Replies
    42
    Views
    3,697

    I'm currently doing some crazy Perl work with...

    I'm currently doing some crazy Perl work with some large scale databases - its a pretty interesting job but I'm under NDA so I can't give away many details :(

    My last job was working for Carat...
  23. Replies
    11
    Views
    2,401

    He might be legitimately impressed? ... ...

    He might be legitimately impressed?

    ...

    Yeah you're right.
  24. Replies
    11
    Views
    2,401

    That's a very solid puzzle game. However, I'm not...

    That's a very solid puzzle game. However, I'm not too much of a fan of endurance mode - if you hit one wall you bounce so far its basically game over. It seems like very extreme punishment for what...
  25. Replies
    15
    Views
    2,099

    Are you talking about something like this? This...

    Are you talking about something like this? This is an old game demo I made - the AI will check if the player is attacking and if he/she is, will dodge by either jumping away (if far from the wall) or...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center