A Flash Developer Resource Site

Search:

Type: Posts; User: JavaHead

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    362

    Thank you :)!

    Thank you :)!
  2. Replies
    2
    Views
    362

    Moving, Masked Dynamic Text Field

    Gah! All I want to do is use Verdana in a dynamic text field. I'm using AS to move it (change its _x value) to make a scrolling thingy.

    The problem is, the layer it's on is masked and the only way...
  3. Considering he's getting a new address I don't...

    Considering he's getting a new address I don't think it really matters.
  4. Yes, you need to be invited. I've sent one to...

    Yes, you need to be invited. I've sent one to nacrom@hotmail.com.

    If this isn't your email address (even though it's in your signiture), please state you correct address.
  5. Replies
    14
    Views
    562

    ReplacegotoAndPlay();In frame 1 with...

    ReplacegotoAndPlay();In frame 1 with this:gotoAndPlay(2);
  6. Replies
    6
    Views
    499

    I have these two books; Teach Yourself Flah MX...

    I have these two books;
    Teach Yourself Flah MX 2004 in 24 Hours ($19.79)
    Teach yourself Flash MX ActionScript in 24 Hours ($16.49)

    I can recommend them both and they can be bought together from...
  7. Replies
    5
    Views
    661

    Oh and subracting from the _y walue makes it go...

    Oh and subracting from the _y walue makes it go up because _y and _x are counted from the registration point (Usually the top-left corner). They increase as you get further away from the reg point so...
  8. Same with Mozilla. Try putting this in your first...

    Same with Mozilla. Try putting this in your first frame's actions panel:play();
  9. Replies
    9
    Views
    1,009

    Yeah, I'm kinda thinking about dropping the MM...

    Yeah, I'm kinda thinking about dropping the MM part of MMORPG.

    I'm probably gonna do some tests of making some iso' stuff before I start the main game code.
  10. This may not be a help to you but all I can...

    This may not be a help to you but all I can suggest is to not use hotmail. I would say get a domain name, and a mail exchange server and set up SpamAssassin but I realise not everyone can do that.
    ...
  11. Replies
    9
    Views
    1,009

    Thanks for your replies guys! To be honest I...

    Thanks for your replies guys!

    To be honest I hadn't rwally planned things out; the things I've asked about now have arrissen as I've started planning; I've made games before but never as isometric...
  12. Replies
    9
    Views
    1,009

    :). I think I'm ready. This isn't my first...

    :). I think I'm ready.

    This isn't my first game - I've made lots before - it's just they were different styles. This is the first time I've had to think about path-finding because my games haven't...
  13. Replies
    9
    Views
    1,009

    Maps, Path-Finding and Some Other Stuff...

    Firstly, sorry for the amount of writing, I got a little carried away but at least it's helped me visualise everything! :)

    -----

    I'm just starting making an MMORPG. I haven't yet started on the...
  14. Replies
    1
    Views
    805

    I've never done it before and I guess you'd need...

    I've never done it before and I guess you'd need a server side language to save it (PHP is the Choice Of Champions). Search for "microphone" in Flash's help panel and take a look at the microphone...
  15. Replies
    6
    Views
    558

    Huh, the link that I just gave (this one...

    Huh, the link that I just gave (this one) you is to a ZIP file that has in it:
    flashnav.fla
    flashnav_elastic.fla
    flashnav_deceleration.fla


    Take a look at the AS used in these files.
  16. Replies
    4
    Views
    539

    It might be easier to use as a function:...

    It might be easier to use as a function:
    function findIt(str, array) {
    for(i=0; i < array.length; i++)
    {
    if(array[i] == str)
    {
    return i;
    }
    }
    }
  17. Replies
    6
    Views
    558

    Have you looked at the source files...

    Have you looked at the source files?
  18. Replies
    1
    Views
    808

    Put this AS in the first...

    Put this AS in the first frame:fscommand("fullscreen", true);


    But remember to place a button with the AS on it so that the movie can be quitted:on(release) {
    fscommand("quit");
    }

    Hope this...
  19. Replies
    2
    Views
    355

    Flashloaded's FlashTextEditor...

    Flashloaded's FlashTextEditor is extremely good but it costs $99.

    However, they do offer a free, lite version.
  20. Replies
    3
    Views
    415

    Use a shared object...

    Use a shared object.
  21. Replies
    9
    Views
    695

    Edit your html file, make sure there isn't a...

    Edit your html file, make sure there isn't a DOCTYPE because that'll mess this up and change all the height and width attributes of the OBJECT and EMBED tags to 100%.

    Then put this AS on the first...
  22. Replies
    1
    Views
    306

    These quotes come from the help files.

    These quotes come from the help files.
  23. Replies
    4
    Views
    582

    "Thumnail Load Image"?

    "Thumnail Load Image"?
  24. It's just a pause while the content is loaded.

    It's just a pause while the content is loaded.
  25. Thanks! That's perfect :).

    Thanks! That's perfect :).
Results 1 to 25 of 69
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center