A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 26 of 26

Thread: Flash MX vs Flash MX 2004

  1. #21
    Flashkit's personal pest flashpest's Avatar
    Join Date
    Nov 2000
    Location
    pine street inn
    Posts
    567
    What's the scoop on the player? I'm a smidge in the dark on 2004mx. Will users need to get a new player and are we going to have to go through another year of wondering if everyone can see and use all the stuff? I love the progression of the program but the only thing that gets tiring is the player issue.

  2. #22
    Senior Member
    Join Date
    Jan 2003
    Location
    New York/London
    Posts
    367

    hmmmm

    get back to me when flash lets u play a timeline backward,,,, with ONE COMMAND,,, as in ,,, gotoAndPlayRev,,, or playRev... know what i mean,,, is that to much to ASK!!!!!! my movies would be cut in half,,,


    www.inbond.us
    www.vibetribe.org
    www.directbusinessinsurance.com

    some of my sites...

    ps... saving up the pennies for MX04 anyway


    dammn

  3. #23
    Senior Member
    Join Date
    Sep 2002
    Location
    Clogland
    Posts
    100

    Re: hmmmm

    Originally posted by Avigeller
    get back to me when flash lets u play a timeline backward,,,, with ONE COMMAND,,, as in ,,, gotoAndPlayRev,,, or playRev... know what i mean,,, is that to much to ASK!!!!!! my movies would be cut in half,,,
    Couldn't you do something like...

    OnClipEvent(enterFrame){
    var frameNumber = getCurrentFrame;
    gotoAndPlay(frameNumber-1); //or maybe -2
    }

    That syntax could be all wrong (first thing in the morning here), but hopefully you get the idea. Make it into a function, there you go, one command.

    Probably have to tell the movie to stop going backwards when it gets to frame 1 of course.

  4. #24
    Senior Member
    Join Date
    Jan 2003
    Location
    New York/London
    Posts
    367

    :)

    If this works,, you know i will be printing this in gold ink and framing it ,,,,

    thanks

  5. #25
    Senior Member
    Join Date
    Sep 2002
    Location
    Clogland
    Posts
    100

    Re: :)

    Originally posted by Avigeller
    If this works,, you know i will be printing this in gold ink and framing it ,,,,

    thanks
    Or even easier....

    PHP Code:
    onClipEvent(enterFrame){
        
    _root.movie1.prevFrame();

    Attached Files Attached Files

  6. #26
    Senior Member
    Join Date
    Jan 2003
    Location
    New York/London
    Posts
    367
    i kinda get it,,, if u ever have some spare time,,could u apply this example to a shape tween for me? where on the last frame there is a button to make it go backwards,,,,

    thanks alot

    go to www.inbond.us,, and see why i need it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center