A Flash Developer Resource Site

Search:

Type: Posts; User: voodoo-wizard

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. i'd like some insight into this also :D

    i'd like some insight into this also :D
  2. websites that resize my browser without me asking...

    websites that resize my browser without me asking them to annoy me. a lot.

    the intro takes a while. and it's not clear (without attempting it) that clicking will skip it.

    under EXHIBITORS 2005,...
  3. Replies
    14
    Views
    936

    well, I dunno about other people but it's...

    well, I dunno about other people but it's certainly worked for me. I'm using flash player: 7.0.14.0, internet explorer: 6.0.2800

    sorry I can't show you my RPG but I whipped up a little example...
  4. Replies
    14
    Views
    936

    games slower in browser

    Sorry if this is old news, but I just discovered it now by accident.

    I've been in the process of making a flash RPG for the longest time now - and I always had an issue with it running very slowly...
  5. instead of doing number++ or number-- do;...

    instead of doing number++ or number-- do; number+= x; or -= x;
    where x is however much you want it to increase/decrease each time.
  6. Replies
    26
    Views
    1,337

    AJ Infinity, turn off any ad blockers you may...

    AJ Infinity, turn off any ad blockers you may have. it should work then.

    very smooth and very nice game btw.
  7. Replies
    35
    Views
    1,354

    Very nice game! I really like it. The slowness...

    Very nice game! I really like it.

    The slowness is almost certainly due to the fact you're using vectors for everything. Try changing everything to gifs and it should run much faster
  8. Replies
    10
    Views
    789

    The idea of the (flash) game is cool, but I'm not...

    The idea of the (flash) game is cool, but I'm not impressed with the execution :/ it could've been so much better
  9. Replies
    9
    Views
    691

    There's no need to do that. The attached fla will...

    There's no need to do that. The attached fla will store a 2D array and retrieve it as a 2D array using sharedObjects.
    The prototype code is by flashguru (as far as I can remember).

    Enjoy!
  10. Replies
    9
    Views
    962

    i found this very interesting and useful :D

    i found this very interesting and useful :D
  11. Replies
    31
    Views
    2,614

    It's because its art based that it's slow. I made...

    It's because its art based that it's slow. I made a tile-based zelda clone that scrolls in all directions and slides from screen to screen, and it runs just fine on mine and others' computer (though...
  12. Replies
    9
    Views
    1,473

    Yeah by the way, I must've emailed like 30+...

    Yeah by the way, I must've emailed like 30+ companies and infact the company I currently work for, I emailed twice, and they only replied to my second one...

    so like getVersion() said, don't give...
  13. Replies
    9
    Views
    1,473

    I've been accepted for 3 web designs jobs, for...

    I've been accepted for 3 web designs jobs, for each of them I just emailed the company and asked them if they had any jobs going and gave them a link to my portfolio site.

    Neither of them had any...
  14. Replies
    21
    Views
    1,025

    I'm 19, I taught myself everything I know in...

    I'm 19, I taught myself everything I know in flash (and indeed everything computer-related I know) I never took any courses or anything...

    I've had a full time job flashing/web designing for...
  15. Replies
    11
    Views
    1,663

    Poll: great code! btw, the best system is the system...

    great code!

    btw, the best system is the system with the best games, that is NOT xbox, it never has been, and i hope it never will be...
  16. Poll: very cool, very smooth. well done

    very cool, very smooth. well done
  17. Replies
    124
    Views
    28,626

    I'd just like to say thanks a lot kyled! The...

    I'd just like to say thanks a lot kyled! The socket server works a treat!
    Cheers!
  18. Replies
    124
    Views
    28,626

    also, if you do it'll...

    also, if you do

    <?
    phpinfo();
    ?>

    it'll say if socket support is enabled on there, and what version of php is installed
  19. Replies
    124
    Views
    28,626

    A mulitple person socket server chat would be...

    A mulitple person socket server chat would be excellent! I have a host that will allow php sockets
  20. Replies
    124
    Views
    28,626

    cheers! :D

    cheers! :D
  21. Replies
    124
    Views
    28,626

    yeah i'd love to mess about with a simple php...

    yeah i'd love to mess about with a simple php socket server example (that didnt require shell access)... *hint* :P
  22. Replies
    124
    Views
    28,626

    It runs very smooth on my 1.2ghz machine. ...

    It runs very smooth on my 1.2ghz machine.

    Where did you get the PHP Socket Server from? I've never seen one about.. Sounds good though!
  23. Replies
    19
    Views
    729

    very smooth

    very smooth
  24. Replies
    19
    Views
    909

    im biased cos i love final fantasy but... 1)...

    im biased cos i love final fantasy but...

    1) overhead for sure, like zelda for the snes

    2) if your battlesystem is fast and addictive (like ffx) then go with that, but if its just tedious like...
  25. on the main time-line put this somewhere......

    on the main time-line put this somewhere...
    function nxt() {
    gotoAndPlay("Scene 1", 1);
    }

    then when you want to go to where that points, (in this example for a button) hit:
    on (release) {...
Results 1 to 25 of 99
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center