A Flash Developer Resource Site

Search:

Type: Posts; User: Znort

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    414

    what i would do to simulate that animation would...

    what i would do to simulate that animation would be to start playing a movie clip, until it gets to the middle, where it would stop.

    on(rollOver)
    {
    keepplaying=true;
    mc.play();
    }

    mc...
  2. Replies
    6
    Views
    420

    not sure what you mean by html lagging the flash....

    not sure what you mean by html lagging the flash. whether flash is playing in a projecter or as an applet in html, it still uses the same interpretor (the flash player). the chromeless javascript...
  3. Replies
    6
    Views
    420

    ah - see what you mean. this was achieved with...

    ah - see what you mean. this was achieved with the chromeless windows javascript tool.

    http://www.dhtmlshock.com/window-scripts/Chromeless/default.asp
  4. Replies
    1
    Views
    367

    what you want for implies a scrollbar that would...

    what you want for implies a scrollbar that would scroll at a constant ratio (not speed) - ie. a huge amount of text would scroll very quickly, while a small amount would scroll slowly.
    allthough...
  5. Replies
    1
    Views
    449

    The best way i've found is to first import your...

    The best way i've found is to first import your illustrator files into freehand, then save that as a freehand file, then import the freehand file into flash. it's a bit of a roundabout way of doing...
  6. Thread: Neon Effect

    by Znort
    Replies
    4
    Views
    472

    not sure what you mean exactly, but flash can do...

    not sure what you mean exactly, but flash can do amazing things with anything vector (which includes letters)
    see the FLASHtyper for examples.
  7. Replies
    9
    Views
    465

    the way you tell flash to embed fonts is...

    the way you tell flash to embed fonts is different between flash 5 and flash mx - not sure what the details are, but your users should see the correct fonts in mx. static text boxes should embed the...
  8. Replies
    1
    Views
    345

    put a symbol over the loaded movie that changes...

    put a symbol over the loaded movie that changes its alpha property over time. If you're fading INTO another movie, change the alpha of the new movie to 100 at the same time that you're changing the...
  9. Replies
    6
    Views
    420

    just provide a link to the swf eg......

    just provide a link to the swf
    eg...
    http://www.mightystuff.net/experiments/chess/chess.swf
  10. Replies
    4
    Views
    414

    on(rollOut) { ... } ?

    on(rollOut)
    {
    ...
    }

    ?
  11. Replies
    1
    Views
    405

    No, there is no way of loading an html page into...

    No, there is no way of loading an html page into Flash. you could however parse the content of the html into a text string that obeys flashes limited html markup, and then place that into a dynamic...
  12. Hi All. I've started development on a richtext...

    Hi All. I've started development on a richtext editor in flash, and it's very much behind Subways (respect!) but deals with tags in a different way, and will parse text passed into it. You are all...
  13. Replies
    22
    Views
    1,191

    I've started a chess project ...

    I've started a chess project
    www.mightystuff.net/flash_chess

    but i have no idea where to start on the heuristics/fuzzy algorithms to strategise the game so the computer is playable. I'll have to...
  14. Replies
    7
    Views
    407

    Um - where do i click?

    Um - where do i click?
  15. Thread: Flash Chess

    by Znort
    Replies
    5
    Views
    379

    Thanks for all the feedback. The rules side of...

    Thanks for all the feedback.
    The rules side of things is almost done - it shouldn't let you make any illegal moves and knows when the king is checked (still have to implement castling and enpassant...
  16. Replies
    19
    Views
    1,214

    overall quite tasty. the featured projects sub...

    overall quite tasty. the featured projects sub sites are also quite delish. the only greievances i have are:
    the text font is quite small. when it says 'loading image data' i get a lot of text...
  17. Thread: Flash Chess

    by Znort
    Replies
    5
    Views
    379

    Flash Chess

    still very bunky, but getting there...
    http://mightystuff.net/flash_chess

    does anyone remember what the enpassant rule is?
  18. Replies
    13
    Views
    642

    so, what do you think? :p

    so, what do you think? :p
  19. Replies
    13
    Views
    642

    BUGGA!!! :eek: I don't know how this could be. it...

    BUGGA!!! :eek: I don't know how this could be. it works for people in Oz! ps. - i have seen tron, and especially liked the orthogonal bike giz.
  20. Replies
    3
    Views
    996

    Galliard BT (bold-italic). i think it comes...

    Galliard BT (bold-italic).

    i think it comes with Coreldraw (could be wrong). Try looking for Galliard in font resource sites.
  21. Replies
    4
    Views
    443

    1. why do you need a game at 60fps? 2. how do...

    1. why do you need a game at 60fps?
    2. how do you actually test this speed (without using actionscript)?
  22. Replies
    49
    Views
    3,388

    :D can't wait

    :D can't wait
  23. Replies
    13
    Views
    642

    :confused: it shouldn't be!

    :confused: it shouldn't be!
  24. Replies
    1
    Views
    409

    i took a different approach with my car game...

    i took a different approach with my car game 'zoom'

    http://mightystuff.net/?page=games

    you can download the source from this page too.

    i have hittests on 'fenders' on each corner of the car,...
  25. Replies
    13
    Views
    642

    Miscellaneous Game Projects (with source)

    Hi people

    http://mightystuff.net/?page=games

    You can find some old and new flash game projects here, including source for some of them.

    None of the games are completed, but feel free to mess...
Results 1 to 25 of 41
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center