A Flash Developer Resource Site

Search:

Type: Posts; User: Webkuh

Page 1 of 12 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,351

    The key controls will stop working if the browser...

    The key controls will stop working if the browser window you're viewing the game in has lost focus. If that wasn't the case then please let me know.
  2. Replies
    4
    Views
    1,351

    Cool 3D racing game - Multiplayer!

    We've just finished this game for a UK kids site called GridClub.

    http://www.gridclub.com/games/maths/mathmobile/

    It's a 3D multiplayer wacky car racing game. 4 cool tracks to pick from. 6...
  3. Replies
    18
    Views
    2,806

    If you can make a realtime car racing game with...

    If you can make a realtime car racing game with FlashCom then you can definitely make turn based card games.
  4. Replies
    18
    Views
    2,806

    I disagree. I've been using FlashCom for building...

    I disagree. I've been using FlashCom for building multiplayer games for the last year now. It's definitely fast enough. Here''s my latest example - you can race up to 4 realtime human players, this...
  5. Replies
    13
    Views
    1,136

    Sure, here's the most recent project I was...

    Sure, here's the most recent project I was commissioned to do:

    http://rfts.sky.com/_mainsite03/music/selecta_launch.html

    Took 4 weeks of the designer's time and 4-5 weeks programming time...
  6. Replies
    13
    Views
    1,136

    Hi tomsamson Up until now freelancers who've...

    Hi tomsamson

    Up until now freelancers who've worked for me have invoiced me after project completion and I've paid by cheque as soon as I've been paid for the job. However, I'm happy receive...
  7. Replies
    5
    Views
    366

    Got a reply from FlashCoders from a guy who wrote...

    Got a reply from FlashCoders from a guy who wrote a method to resolve this issue:

    TextFormat.prototype.compare = function(fmt){
    var i, a;
    for(i in this){
    if(i!="tabStops" &&...
  8. Replies
    5
    Views
    366

    Just tested the same file on my PC and got a...

    Just tested the same file on my PC and got a false trace. Here's the file...
  9. Replies
    5
    Views
    366

    Did you add an input text field on the same...

    Did you add an input text field on the same timeline with instance name txtObj? If not they'd equal each other 'cos thry'd both be null.

    If you did the above then I'm confused :confused: I'm...
  10. Replies
    5
    Views
    366

    Comparing TextFormat

    In this code...

    fmt = new TextFormat();
    fmt.bold = true;
    txtObj.text = "Hello";
    txtObj.setTextFormat (0, 5, fmt);
    fmt1 = txtObj.getTextFormat (0, 3);
    fmt2 = txtObj.getTextFormat (3, 5);...
  11. Replies
    13
    Views
    1,136

    Alright already! Forget the Flash 4 bit... If...

    Alright already! Forget the Flash 4 bit... If you're a fantastic OOPer I'm going to be interested! :D
  12. Replies
    13
    Views
    1,136

    I don't care about Flash 4 either, just want to...

    I don't care about Flash 4 either, just want to make sure that applicants have a decent amount of Flash experience - 3+ years.
  13. Replies
    13
    Views
    1,136

    Freelance OOP Games ActionScripter required

    I run a small but successful Flash games and applications development company in London - Edition Interactive. I employ freelance designers on a project by project basis. At this time I am looking...
  14. Replies
    6
    Views
    785

    Thanks for all the positive feedback guys :D ...

    Thanks for all the positive feedback guys :D

    Flash Wize - To host this game costs very little. The company own their own FlashCom server but you could simply run a FlashCom account by one of the...
  15. Replies
    6
    Views
    785

    New multiplayer dj game

    I've recently finished developing a multiplayer dj game where players can chat, dance, listen and vote on live dj mixing by other players. You control an avatar character on a dance floor who can...
  16. Replies
    1
    Views
    352

    Using local connection object would acheive this:...

    Using local connection object would acheive this:

    http://www.macromedia.com/support/flash/action_scripts/local_connection_objects/
  17. Replies
    2
    Views
    304

    Post the code you've got so far. BTW -...

    Post the code you've got so far.

    BTW - sometimes myMC.removeMovieClip(); doesn't always work. The work around is this:

    myMC.swapdepths(0);
    myMC.removeMovieClip();
  18. Replies
    1
    Views
    495

    HTML link calling a flash function

    Is there a way to get a html link in a webpage to call a function in a flash movie embedded in the same page?

    This needs to be Mac and PC compatible.

    Thanks for any help.
    :)
  19. Replies
    11
    Views
    1,706

    Just thought I'd post the current state of my...

    Just thought I'd post the current state of my multiplayer game. Still plenty to do and a lot of graphics to come but you can see what I've achieved in terms of creating a 3D multiplayer environment....
  20. Replies
    3
    Views
    461

    Yeah, fair point. However, I had to make a call...

    Yeah, fair point. However, I had to make a call on this issue and there were a couple of reasons I chose not to use a preloader on the images:

    1) The images are only 12KB so it takes little time...
  21. Replies
    2
    Views
    715

    So you don't think it could have been caused by...

    So you don't think it could have been caused by all the xml data being loaded at start up?
  22. Replies
    2
    Views
    715

    Deactivating Flash's slow script message

    I've just finished building this:

    http://www.ashleylovebridal.com

    A friend of mine got a warning message when he visited the site - "a script is
    causing Flash Player 6 to run slowly" and gave...
  23. Replies
    3
    Views
    461

    Bridal dress website

    Hi

    I've just finished building

    http://www.ashleylovebridal.com

    This online application imports images from a great range of dresses and offers the user colour changing options and the...
  24. Replies
    11
    Views
    1,706

    I took a look at www.miniclip.com. Jobe, isn't...

    I took a look at www.miniclip.com. Jobe, isn't Panik one of your games? Do miniclip pay you to host your game? I couldn't see a link/credit to bring players to your site after playing Panik on...
  25. Replies
    11
    Views
    1,706

    rsnail - thank you for your wealth of advise :D ...

    rsnail - thank you for your wealth of advise :D

    jobe - appeciate the info you've provided.



    We were thinking about allowing guests to play but on a timed visit to give them a taster of...
Results 1 to 25 of 286
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center