A Flash Developer Resource Site

Search:

Type: Posts; User: uberflash

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    737

    correction to this sentence -- Was: If I put a...

    correction to this sentence --

    Was: If I put a textfiled in for _root.dayOne_0, The value will show up as 0......

    Should be: If I put a textfiled in for _root.dayOne_0, The value will show up...
  2. Replies
    2
    Views
    737

    Ok- Im passing a pile of variables into flash...

    Ok-

    Im passing a pile of variables into flash via asp..which as of right now, doesnt involve a dba. The only thing the asp is doing is doing a bunch of response.writes.

    When building this using...
  3. Replies
    3
    Views
    568

    If you are having trouble with the .splice, you...

    If you are having trouble with the .splice, you can use a For loop to run through a cycle of numbers and use Math.random() to generate a random number inside a value of 0 and x (x being a number you...
  4. Replies
    8
    Views
    863

    are your movies both the same size?

    are your movies both the same size?
  5. no..unload really doesnt take it out of the cashe...

    no..unload really doesnt take it out of the cashe really, dont even bother with it
    Uberflash
  6. Replies
    2
    Views
    554

    set the sound sync to start... Uberflash

    set the sound sync to start...
    Uberflash
  7. Replies
    2
    Views
    481

    make it a symbol first so select the object...

    make it a symbol first

    so select the object press F8, and make it what you want..then add actions
    uberflash
  8. divide by 1024 and the decimals you round it...

    divide by 1024

    and the decimals you round it using
    Math.round ()
    example
    totalKB = Math.round(totalKB);

    uberflash
  9. Replies
    2
    Views
    587

    well there are a bunch of way to do this

    Hey here you go, one way of doing it....

    frame 1

    _root.movie1loaded = "no";
    _root.movie2loaded = "no";
    _root.movie3loaded = "no";
    etc.....
    _root.allLoaded = "no";
    loadmovie (movie1.swf,1);
  10. here is your answer..and yes its possible

    If I understand you correctly, becasue you did not specify. You have a base movie loading a second movie (current.swf) with a variable in it and another movie loaded on another level that has a text...
  11. Ah Finally.... tks for the help but I figured it before I got it. Here's what I did.

    Basically I run through an array with a for loop.
    During that loop I generate a random number(a) and use that number for a new card. Now what happens from here is I get the X and Y cords. and swap...
  12. I see where you are going but I am not needing to...

    I see where you are going but I am not needing to call it, simply cycle through scattering the cards to different locations when it hits this frame. the problem I am having is that with the script...
  13. Replies
    2
    Views
    475

    could you claify this a little more??? slightly...

    could you claify this a little more???
    slightly confusing. what border? did you put one into the html file to contain your flash movie?

    do you get this even when you look at it as a swf?
    ...
  14. Replies
    2
    Views
    2,157

    yea you can. but you don't want to add them...

    yea you can.
    but you don't want to add them together.


    you can write a "if...else if"
    or even easier password1 || password2 || password || etc.
    look up the || operator it stands for OR
    that...
  15. Simply put how do I extract a number from an...

    Simply put how do I extract a number from an Array so that it is not used again in a random loop? here is a example.

    placeholder = new Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,...
  16. hmm.. nice try, screenshots are from the horses...

    hmm.. nice try, screenshots are from the horses mouth directly from macro. It pays to have connections on the inside.
  17. Replies
    3
    Views
    432

    what are you trying to do? example?

    what are you trying to do?
    example?
  18. good luck, it could be hard to find for a while....

    good luck, it could be hard to find for a while. plus flash 6 is already in the works I have seen screen shots for it, crazy. but for a scroller, ill get back to on that. working on one now for...
  19. Replies
    1
    Views
    459

    create a symbol (movie). put your sound in that....

    create a symbol (movie). put your sound in that. now create another symbol(movie), put your pictures in that. In the main movie on one layer put the sound, on another layer put the pictures and it...
  20. Thread: loop problem

    by uberflash
    Replies
    3
    Views
    466

    Re: how?

    double click on the last frame of the movie. now I don't remember how previous versions of flash work but in 5 it pops up a action sctipt window which under basic actions has a selection called stop,...
  21. Replies
    1
    Views
    355

    No your not stupid, it took everyone a few tries...

    No your not stupid, it took everyone a few tries before they got it too espically if they didn't have anyone helping. I am assuming you know the various types of preloaders since you say you have...
  22. Replies
    2
    Views
    529

    yea I understand

    Yea I feel ya. I aggree with you on the section in the Foundational Flash book, as well as the fx book, too. from my understanding though the foundational actionscrip book that was just published on...
  23. Nope tried that a few hours ago.

    Nope tried that a few hours ago.
  24. loading a smaller movie into a main movie, carring over setProperty variables

    I have created a movie, which is loading external movies into it when a user selects a topic. the external movies that are being loaded, are smaller than the main movie so the _y cordinate is going...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center