A Flash Developer Resource Site

Search:

Type: Posts; User: Infinity Unit

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    8,866

    Dynamic slideshow tutorial?

    Hello,

    I'd like to make a dynamic slideshow. I've searched the tutorial database but I was overwhelmed by the number of search results. Too much results is like not enough. I didn't know what to...
  2. Replies
    8
    Views
    613

    Thanks for the reply... I'm sorry, I think you...

    Thanks for the reply...

    I'm sorry, I think you will have to explain it to me as if I was an Idiot (not that I am, but I'm little slow this time of year :) )

    Thanks
  3. Replies
    8
    Views
    613

    Hi, To go back to the main menu (this code is...

    Hi,

    To go back to the main menu (this code is on a button) :


    on (release) {
    gotoAndStop("main");
    }

    Maybe I could add a line in there to hide the MC?
  4. Replies
    8
    Views
    613

    thanks, here it goes : // create mc for...

    thanks, here it goes :


    // create mc for target
    this.createEmptyMovieClip('my_mc', 1);
    // start with number 1
    var i = 1;
    // total number of images/text
    var total = 20;
    // define the...
  5. Replies
    8
    Views
    613

    Image won't disapear

    Hello,

    I'm not quite new to actionscript, however I haven't used flash in over 3 years and I am quite rusty. I need a little oil, got some ;)

    Ok here's my problem. I'm doing a dynamic slideshow...
Results 1 to 5 of 5




Click Here to Expand Forum to Full Width

HTML5 Development Center