A Flash Developer Resource Site

Search:

Type: Posts; User: MartiniMon

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    720

    Fantastic, thanks, that's exactly what i was...

    Fantastic, thanks, that's exactly what i was looking for! :-)
  2. Replies
    2
    Views
    720

    Add Array Variable to MC

    AS3
    Wanting to add an array to a MC like:

    var mc:MovieClip = new MovieClip();

    mc.myarray[0] = movieclip1; // some mc name
    mc.myarray[1] = movieclip2; // or push it
    mc.myarray.push =...
  3. Replies
    5
    Views
    1,536

    ABSOLUTELY :-) No other actions on any other...

    ABSOLUTELY :-)

    No other actions on any other layer; I also have a stop(); on the next frame.

    wait frame:

    stop();
    trace("WAITING");
    movePodTimer.stop();
    trace(movePodTimer.running); //...
  4. Replies
    5
    Views
    1,536

    Thanks for responding. I am aware of this and it...

    Thanks for responding. I am aware of this and it does not matter. Whenever I add the goto the timer aparrently resets and starts. Wether I use TIMER_COMPLETE or specify the timer count seems to be...
  5. Replies
    5
    Views
    1,536

    Timer won't always stop

    Thanks for reading!:yikes:

    I have a simple timer problem - it seems to be misbehaving. please see below:

    everything is in the main timeline. I've tried a few different ways including setting...
  6. Replies
    0
    Views
    615

    WTB: Video Clips

    Looking for sources of royalty free video clips. Primarily interested in those of an entertainment (not adult) oriented nature such as parties, events, dancing etc.

    TIA
  7. Replies
    1
    Views
    345

    Goto Frame based on URL

    Looking for a way to move to a certain frame or scene based on the url parameter/link followed to get to the movie.

    IE

    Visitor comes from a link such as

    ...mypage.html?scene=2

    Once the...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center