A Flash Developer Resource Site

Search:

Type: Posts; User: earl223

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    3,314

    Having an integrated gpu does the job for...

    Having an integrated gpu does the job for molehill but not as impressive as having an external gpu.
  2. Replies
    1
    Views
    592

    transparent movie on normal movie problem

    Need some help...

    I have a transparent movie (wmode = transparent) on top of a game. Both are separate swfs embedded on an HTML document. The transparent movie is bigger than the game...
  3. Replies
    23
    Views
    851

    Or if scoring is constant, you can get the...

    Or if scoring is constant, you can get the maximum possible points a player can earn in, let's say 20 seconds. So if a player scores more than the maximum points in 20 seconds, you'll know he's...
  4. Replies
    54
    Views
    21,546

    That one hit it right on the dot! Regarding this...

    That one hit it right on the dot! Regarding this game we're making (Nth Legion) coding started Novermber 2005... it's almost done, but still... it ain't finished!!!
  5. Thread: Best Games

    by earl223
    Replies
    104
    Views
    4,961

    The is a (mis)conception that downloadable games...

    The is a (mis)conception that downloadable games are better than online games because we assume that they were either made with java or c or whatever. If someone were to tell you that "This is a...
  6. or make them _visible = false if you don't want...

    or make them _visible = false if you don't want to remove them.
  7. Portfolios can easily be manipulated. I can put...

    Portfolios can easily be manipulated. I can put a link to a site which i had no participation whatsoever. It's just a link anyway so who cares? Portfolios show the clients what you can do... but...
  8. Thread: Best Games

    by earl223
    Replies
    104
    Views
    4,961

    Yeah... but it would be cool if they did. We all...

    Yeah... but it would be cool if they did. We all know the processing limitations of Flash so seeing a downloadable game with a "MADE WITH FLASH" is a good thing. It will give other developers an...
  9. Replies
    19
    Views
    4,833

    Thanks hooligan2001, We'll definitely strive...

    Thanks hooligan2001,

    We'll definitely strive for that. I guess everyone wants to see their games make it big. :)
  10. Replies
    8
    Views
    1,737

    Posted a game like this sometime ago... but...

    Posted a game like this sometime ago... but decided to scrap it (for fear of copyright) since it's a lemmings clone. It also uses BitmapData based on a sample file from Tony Pa.

    Check out the...
  11. Replies
    19
    Views
    4,833

    Thanks for the comments. :) To answer your...

    Thanks for the comments. :)

    To answer your questions:

    cis4life: We will be using ElectroServer (http://www.electro-server.com)

    hooligan2001: The Map Generator was made in Flash, and we...
  12. Replies
    19
    Views
    4,833

    Thanks! :) By the way, we also made a map...

    Thanks! :)

    By the way, we also made a map editor. I posted something about it in a thread once... but for those of you who weren't able to get a glimpse of it, here it is:
    ...
  13. Hi Jason, yeah, that's the best way to do with...

    Hi Jason,

    yeah, that's the best way to do with without getting much of a strain from the server. Only send actions (keypress, button press, etc) and not updates (current positions, current...
  14. Replies
    19
    Views
    4,833

    We are currently using two 3D apps: Maya for...

    We are currently using two 3D apps: Maya for environments/maps, and Blender for the characters. A total of 14 people are working on this: 1 project manager, 2 Flash programmers, 3 3D artists, 2...
  15. Replies
    19
    Views
    4,833

    Thanks guys, Game concept and planning stated...

    Thanks guys,

    Game concept and planning stated way back sometime around mid-2004, and the actual coding started about a year after (mainly because it stated out as project amongst friends). Now...
  16. Replies
    19
    Views
    4,833

    [COMING SOON] - Nth Legion Multiplayer Game

    Hi Guys,

    SkyRocket Interactive is a start-up company focused mainly on creating quality Flash Games, though we also do other web/interactive multimedia stuff. Anyways, we are almost finished with...
  17. Choosing a career path has many things up for...

    Choosing a career path has many things up for consideration, but two (or three) questions should generally be answered:

    1) Are you looking for a high paying job?

    -- or --

    2) Are you...
  18. Replies
    4
    Views
    456

    The topic of pricing.. or sorts, have been...

    The topic of pricing.. or sorts, have been discussed. Please refer to some of the posts:

    How much for a Flash Game?
    Is it possible to sell your movie and games...
    Regarding the legality of...
  19. Replies
    2
    Views
    550

    What is in the text file? Just the word "YES"?...

    What is in the text file? Just the word "YES"? or do you have other stuff in there?
    you can load the textfile into flash using loadVars then checking the contents from there. Somthing like:

    ...
  20. Replies
    4
    Views
    613

    Hi cancerinform, When you right-click on an...

    Hi cancerinform,

    When you right-click on an image in the library and go to properties, we have a checkbox which allows us to smooth the image. This is useful when during resizing of swf, the...
  21. Put this script on the last frame of your movie...

    Put this script on the last frame of your movie (frame 90?)


    stop();
    moveBack = function() {
    if (_currentframe == 1) {
    clearInterval (rewindID);
    play();
    } else {
    ...
  22. Replies
    2
    Views
    619

    you place it in the embed tag. Something like: ...

    you place it in the embed tag. Something like:


    <HTML>
    <BODY>
    <EMBED SRC="mymovie.swf?page=1></EMBED>
    </BODY>
    </HTML>

    Then all you have to do is, on the first frame of your...
  23. Replies
    20
    Views
    1,076

    What's on Frame 424? And Whats on frames 3 to...

    What's on Frame 424? And Whats on frames 3 to 423?
  24. Replies
    26
    Views
    2,965

    Hehe. Thanks Ok Pinky, this is afterall a...

    Hehe. Thanks Ok Pinky, this is afterall a discussion board. Just some opinions being raised.

    Anyway, I never make contracts when i have projects. :p But I do ask for downpayments. As long as a...
  25. Replies
    26
    Views
    2,965

    And i agree 100% The worst business practice...

    And i agree 100%

    The worst business practice is not having a contract before any project.

    And unfortunately, we have only heard one side of the story. How quickly are we to judge the taxi...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center