A Flash Developer Resource Site

Search:

Type: Posts; User: Nidht

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    3,002

    sami_rima, check out this post by the great...

    sami_rima, check out this post by the great senocular on accessing the Stage element:
    http://kirupa.com/forum/showthread.php?p=1952513
  2. Replies
    6
    Views
    474

    Try: get_btn.onPress = function() {...

    Try:



    get_btn.onPress = function() {
    getURL("http://" + title_list.selectedItem.url);
    }
  3. Replies
    14
    Views
    1,008

    The issue occurs when loader.swf loads the movie,...

    The issue occurs when loader.swf loads the movie, but otherwise, main_en.swf looks fine. So, I'm wondering if it's an issue with loader.swf.
  4. Replies
    14
    Views
    1,008

    dimkin, I'm honestly stumped. I see the...

    dimkin, I'm honestly stumped. I see the main_en.swf on the website and it looks great. I download it and load it into your loader.swf and it shows English menu items with Russian text underneath.
    ...
  5. Replies
    14
    Views
    1,008

    Have you attempted to recompile the two main...

    Have you attempted to recompile the two main movies and re-upload them?
  6. Thread: Arrays & Loops

    by Nidht
    Replies
    22
    Views
    1,516

    I see your predicament, now. I think what you...

    I see your predicament, now.

    I think what you need to do is re-calculate all the numbers at the end of each loop. If 3 were retained, and none were stricken out, then you know how many were...
  7. Thread: Arrays & Loops

    by Nidht
    Replies
    22
    Views
    1,516

    Just to clarify: you want to only decrease the...

    Just to clarify: you want to only decrease the summary status ONLY if it's been set before? I don't understand why this needs to be done. Are you going into the negatives?
  8. Replies
    6
    Views
    482

    Good stuff, Awoogamuffin! Gonna put it on my...

    Good stuff, Awoogamuffin! Gonna put it on my reading list. =)
  9. Replies
    6
    Views
    482

    How did you attach the event listener to the...

    How did you attach the event listener to the internal movie clip? Can I see that code?
  10. Replies
    6
    Views
    474

    In your button event listener, try this code...

    In your button event listener, try this code instead:



    get_btn.onPress = function() {
    getURL(title_list.selectedItem.url);
    }


    The textBox object is not accessible from that scope.
  11. Thread: Arrays & Loops

    by Nidht
    Replies
    22
    Views
    1,516

    darngooddesign, this is too much code to sift...

    darngooddesign, this is too much code to sift through. Also, I wasn't able to run the Flash movie properly. Some of the buttons didn't seem to work and I was stuck on the first "screen".

    Would you...
  12. Replies
    14
    Views
    1,008

    That's a bizarre issue. It looks to me as if it's...

    That's a bizarre issue. It looks to me as if it's loading a video which is some combination of the two. It's strange that the Russian text in the body still animates although the menu items are now...
  13. Replies
    14
    Views
    1,008

    dimkin, can you link us to a page where you make...

    dimkin, can you link us to a page where you make the language selection so we can see what's happening? I can't seem to find the language selector.
  14. Replies
    15
    Views
    3,002

    Don't quit just yet. You're learning really quick...

    Don't quit just yet. You're learning really quick and your game is coming along well!

    The issue is that you're sometimes adding balls that don't exist to the Stage in the checkForharpoonhits...
  15. Replies
    14
    Views
    1,008

    Are the two external SWFs the same size? You...

    Are the two external SWFs the same size?

    You need to move the loader using x and y values of swf_loader. Try adjusting these values to align your video. Remember that (0, 0) is in the top-left of...
  16. Replies
    21
    Views
    1,526

    Aside from the weird size issue, if you're...

    Aside from the weird size issue, if you're satisfied and things are working, could you be so kind as to resolve this thread? You'll find the option to do so under the Thread Tools menu, above and to...
  17. Replies
    15
    Views
    3,002

    Are you still receiving this error message? Have...

    Are you still receiving this error message? Have you made any progress on this?
  18. Replies
    9
    Views
    986

    Thanks, 5Tons!

    Thanks, 5Tons!
  19. Replies
    4
    Views
    516

    I cleaned up your code a bit: function...

    I cleaned up your code a bit:



    function rssLoaded(e:Event):void {
    xml = XML(rssLoader.data);
    xml.ignoreWhitespace = true;

    var il:XMLList = xml.channel.item;
    for (var i:int = 0; i <...
  20. Replies
    9
    Views
    986

    I just gave this a try and this is what I got: ...

    I just gave this a try and this is what I got:

    http://img171.imageshack.us/img171/7374/picture2fm.png

    So, we definitely need Flex. =)
  21. Replies
    21
    Views
    1,526

    It will still need to download the preloader,...

    It will still need to download the preloader, yes, so sometimes it takes a moment to appear, which is why it's best to keep the preloader as small as possible. I'm not sure if there's really anything...
  22. Replies
    4
    Views
    516

    Remove the semi-colon from the end of the...

    Remove the semi-colon from the end of the for-loop and give it another run. =)
  23. Replies
    10
    Views
    1,330

    The only reason I was giving you tips on the...

    The only reason I was giving you tips on the buttons was because you were asking for help regarding them.

    You can set a variable on the main timeline to a string and then use that in the...
  24. Thread: Desperate help

    by Nidht
    Replies
    7
    Views
    620

    dumbpenguin, this is written in AS2 code. Did you...

    dumbpenguin, this is written in AS2 code. Did you write this yourself?

    If you follow that tutorial I linked, you will learn quite a bit of good information. Everything you need to know about...
  25. Thread: Desperate help

    by Nidht
    Replies
    7
    Views
    620

    Sure, upload something and I'll take a look. =)

    Sure, upload something and I'll take a look. =)
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center