A Flash Developer Resource Site

Search:

Type: Posts; User: jasonmSF

Search: Search took 0.05 seconds.

  1. Replies
    13
    Views
    4,673

    Another Solution...

    Yeah, I actually ended up going another way because there was something strange going on the the variable P that was messing up other parts of my code.

    I ended up actually using the button path...
  2. Replies
    13
    Views
    4,673

    Brilliant!!!

    I thought about trying to pull the variable back out of the path using target path(this) but this is much better. Actually here is the code that worked:



    for (n=1; n<=phase1total; n++) {...
  3. Replies
    13
    Views
    4,673

    Nope. Same problem. With every loop, the variable...

    Nope. Same problem. With every loop, the variable changes and wont stay fixed within the button object. Maybe if it's specified as _local?

    Looking into incrementing the variable name as well so it...
  4. Replies
    13
    Views
    4,673

    Yeah. I get it now. This is getting a little...

    Yeah. I get it now. This is getting a little convoluted for my right brain.

    p stands for the current image of a slide show. Each button object is a thumbnail. Clicking on a thumb should call the...
  5. Replies
    13
    Views
    4,673

    Thanks for the reply. I actually had tried that...

    Thanks for the reply. I actually had tried that already but it threw an error because I forgot to omit the "." before the first bracket [.

    Now seeing an issue with the p variable not incrementing....
  6. Replies
    13
    Views
    4,673

    Looping / Incrementing onRelease Function

    Hi. Just getting up to speed on looping and incrementing variables. A real time saver.

    I have a onRelease function that I would like to apply to several button objects:

    phase1a.but1.onRelease =...
  7. Replies
    2
    Views
    2,970

    Perfect

    Thanks so much. Not sure why the target must be grouped with the variable but whatever works. Thanks again.

    J
  8. Replies
    2
    Views
    2,970

    Load Movie loop not working

    First time poster - hope this forum is still getting some use.

    I'm trying to create a "for" loop to load thumbs into existing movie clips using the following code:

    var total=17;
    for (i=8;...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center