A Flash Developer Resource Site

Search:

Type: Posts; User: Trickman

Page 1 of 20 1 2 3 4

Search: Search took 0.30 seconds.

  1. just do var url = 'myswf.swf' if (...

    just do

    var url = 'myswf.swf'
    if ( useSpecialEvent ) {
    url += new Date().getTime()
    }

    loadMovie ( url )
  2. Replies
    2
    Views
    627

    Gunstar; check your PM's

    Gunstar; check your PM's
  3. Replies
    12
    Views
    2,435

    HeliAttack???? never heard of it ;D good...

    HeliAttack????

    never heard of it ;D

    good stuff
  4. Replies
    57
    Views
    2,113

    nice to see you around, looking forward to seeing...

    nice to see you around, looking forward to seeing your flare again!
  5. Replies
    72
    Views
    14,994

    I'm guessing that this has a 3mb limit is due to...

    I'm guessing that this has a 3mb limit is due to the fact that it's not flash exclusive - director doesn't compress files as good as flash!
  6. Replies
    98
    Views
    4,016

    no-one expects you to understand actionscript...

    no-one expects you to understand actionscript instantly. coding isn't difficult, it's all about logic.... i need A to do this, and i want C to do that, but B has to be completed first....

    write a...
  7. Thread: Snake

    by Trickman
    Replies
    7
    Views
    844

    I really don't see the point of the Snake class,...

    I really don't see the point of the Snake class, it doesn't look like oop to me; it looks like you've just created the class for the sake of it; the only function that is of any use to it is moveNext...
  8. Replies
    2
    Views
    505

    // testing - populate an array (words) var words...

    // testing - populate an array (words)
    var words = new Array ();
    for (var i = 0; i < 200; i++)
    {
    words.push ('word' + i);
    }
    // changed the way the word is passed to the function
    function...
  9. Replies
    44
    Views
    2,382

    looks brilliant and plays better, it's a big leap...

    looks brilliant and plays better, it's a big leap since HA1, it look and plays like it's a console game FPS was fantastically fast for the amont of action on the screen, falling leaves, snow etc were...
  10. Replies
    0
    Views
    639

    Regular Expression trouble

    I've been going crazy for hours tyring to get this working, so I'm turning to the pros

    I'm trying to split the data up in to arrays, I want something similar to:


    $array[0]='<!--...
  11. Replies
    41
    Views
    2,729

    just a note, there's talk of minigames at bit 101...

    just a note, there's talk of minigames at bit 101 linky
  12. Replies
    97
    Views
    4,763

    you're spot on with the fact that it encourages...

    you're spot on with the fact that it encourages creativity, but there's really only so much you can do in such as short length of time. if you did consider making it longer why not simply allow...
  13. It's all done with masking, however, it's not as...

    It's all done with masking, however, it's not as straightforward as you may think, it can be very problematic from time-to time

    I'm sure someonw will give a better answer... (I'm in a hurry) but...
  14. Replies
    97
    Views
    4,763

    Why not hold a longer competition? I remember...

    Why not hold a longer competition? I remember some really impressive entries from the month long comp.

    It gives people who cannot commit during the two days you hold the 48hr

    And for heavens...
  15. Replies
    7
    Views
    803

    You don't have the latest version of Macromedia...

    You don't have the latest version of Macromedia Flash Player.

    This web site makes use of Macromedia®FlashTM software. You have an old version of Macromedia Flash Player that cannot play the...
  16. Replies
    11
    Views
    903

    it's safer because it's not open source... ...

    it's safer because it's not open source...

    personally I'd rather release a game that was played by millions and hacked by few, rather than a game played by few and hacked by none.

    you'll have...
  17. so that's the best way to tell the difference? -...

    so that's the best way to tell the difference? - thanks... uninstalling shockwave now ;)
  18. Replies
    11
    Views
    1,021

    Firefox Pentium 4, 2.8 GHz, 1GB of Ram Quality...

    Firefox Pentium 4, 2.8 GHz, 1GB of Ram

    Quality 5: 16 fps
    Quality 1: 10 fps

    Andre Michelle has an open source raycaster for gamepackage andre-michelle.com
  19. jobe - just a quick question(s) and a comment; ...

    jobe - just a quick question(s) and a comment;

    can I test electroserver on my PC running as localhost? just on my computer - the reason being my web host wont allow me to install it on their...
  20. ok, the problem is that the first frame of the...

    ok, the problem is that the first frame of the attached movie is not initialised, before youre call:

    // _root frame
    var c = attachMovie("LibraryMovie", "NewMovie", 1000);
    trace(c.v);
    //...
  21. Thread: arrays

    by Trickman
    Replies
    3
    Views
    692

    mr_textbox.text = mr_array.join ("\n")

    mr_textbox.text = mr_array.join ("\n")
  22. Replies
    9
    Views
    936

    try looking at Camtasia, I know that 2 months ago...

    try looking at Camtasia, I know that 2 months ago there was a free version given away with a Computer Arts Magazine www.computerarts.co.uk
  23. Replies
    6
    Views
    831

    Preloaded has a few works up there - that's where...

    Preloaded has a few works up there - that's where Squize works
  24. Replies
    2
    Views
    852

    perfect, thanks mate

    perfect, thanks mate
  25. Replies
    2
    Views
    852

    Regulat Expression trouble

    I'm trying to parse a e-mail addy and break it up into segments

    I want:

    Array
    (
    [0] => tman@somewhere.com
    [1] => tman
    [2] => somewhere.com
    )
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