A Flash Developer Resource Site

Search:

Type: Posts; User: tiepolo

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    421

    Would this remove some of the functionality I...

    Would this remove some of the functionality I already have? The requirement is for it to randomly play songs one after the other without repeating any songs until every song is played. Right now, it...
  2. Replies
    3
    Views
    421

    Running a function upon song completion

    I'm working on a project that plays random song tracks. Right now it just randomly plays a track and then stops. Is there any way for Flash to start the next song after one song completes.

    Here is...
  3. Replies
    5
    Views
    526

    Thanks so much for the help. I'm going to try it...

    Thanks so much for the help. I'm going to try it out, then dissect it. I'm still learning the new AS language. I used to use Flash quite a bit from Flash 3 to Flash MX, but the scripting language has...
  4. Replies
    5
    Views
    526

    OK, at the risk of sounding stupid I'm going to...

    OK, at the risk of sounding stupid I'm going to ask this. How do I add to an existing array and how do I check to see if the random song I'm about to play already is within that array? I'm not that...
  5. Replies
    5
    Views
    526

    Random, non-repeating track selector

    Hi all,
    I'm trying to update my random track selector to randomly pick the tracks that the user hears, but I want to make it so that the user does not hear the same track twice. So, essentially, it...
  6. Replies
    2
    Views
    386

    Yes and yes. I double checked both.

    Yes and yes. I double checked both.
  7. Replies
    2
    Views
    386

    simple question about frame labels

    I have a movie clip named "borderMovie" and I want it to go to and play the frame labeled "fadein" in that movie. I want the action script that initiates this to be on frame 1 of my main timeline. I...
  8. Replies
    0
    Views
    348

    loading variables from an ASP page

    I tried loading variables directly from the embedded FlashVars in the ASP file and some of the variables came up, but there was a string of 1,024 characters that didn't load. So I tried using this:
    ...
  9. Please help! I can't get dragover to work.

    I'm making a pattern maker for a website and I can't get this dragover to work. Here is the link to the project.

    Each pixel is a movie clip that is duplicated 1024 times (32 for each row, 32...
  10. Replies
    0
    Views
    368

    ComboBox Component help

    I want to use the combo box component as a jump menu. I made a function and assigned that function to the event handler. How do I determine what data is used in that function? My function looks like...
  11. Replies
    2
    Views
    371

    Sorry about bumping this again. I really need...

    Sorry about bumping this again. I really need help with this. I still can't get it to work. Thanks!
  12. Replies
    2
    Views
    371

    Does anyone know how to do this?

    Does anyone know how to do this?
  13. Replies
    2
    Views
    371

    Need help with drag over

    I have a movie clip that represents a pixel that has several different frames. On each frame is s different color. This movie clip is duplicated 1024 times to make a grid that is 32X32. You will be...
  14. Replies
    0
    Views
    353

    Conflicting levels? Too many levels?

    I've been working on this pattern maker and I have a movie clip that is basically a pixel. I duplicated that movie clip 1024 times using the following code:

    for (y=0; y < 32; y++) {
    for (x=0; x...
  15. Replies
    5
    Views
    500

    Yeah, I made those changes also. Thanks for your...

    Yeah, I made those changes also. Thanks for your help man!
  16. Replies
    5
    Views
    500

    Cool man, thanks! It worked!!! Much appreciated.

    Cool man, thanks! It worked!!! Much appreciated.
  17. Replies
    6
    Views
    525

    What does your external variable code look like?

    What does your external variable code look like?
  18. Replies
    6
    Views
    525

    Where are you loading the variable? Are you...

    Where are you loading the variable? Are you loading it on the main timeline? If so where are you trying to reference it from?
  19. Replies
    5
    Views
    500

    Need help referencing movie clips

    I'm having a lot of trouble trying to reference certain movie clips. On the main timeline of my project I have a movie clip that gets duplicated and makes a grid. Next to the grid that is created is...
  20. Replies
    1
    Views
    378

    Any suggestions?

    Any suggestions?
  21. Replies
    1
    Views
    378

    Need help with a Pattern Maker

    I'm creating a pattern maker and I need help figuring something out. Let me first explain what I have so far. I have a small square movie clip that will act as a pixel for my pattern maker. This...
  22. Cool, I got it to work. Here's the code I ended...

    Cool, I got it to work. Here's the code I ended up using.

    movWidth = sampleMovie._width;
    movHeight = sampleMovie._height;
    for (y=0; y < 32; y++) {
    for (x=0; x < 32; x++) {
    newName =...
  23. I'll try both of these and see if they work....

    I'll try both of these and see if they work. Thanks for your help! I'll let you guys know if these work.
  24. Trying to use duplicateMovieClip to make a grid

    Ok so I'm trying to make a grid 32 X 32 pixels using duplicateMovieClip. I'm doing this one step at a time so right now I'm just trying to get the first row to work. The movie clip instance name I...
  25. Replies
    2
    Views
    491

    are you loading it into a movie clip? If so...

    are you loading it into a movie clip? If so you're going to have to go into your movie clip and select the graphics within that movie clip and align it with the top and left corner of your stage.
Results 1 to 25 of 59
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center