A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: [Help] A very simple & basic help

  1. #1
    Member
    Join Date
    Jul 2010
    Posts
    61

    Talking [Help] A very simple & basic help

    Hi ,

    The code I want :

    1- When the timeline is on this frame ,
    2- Go to "frame 2 of prevScene"

    Very basic !

    Thanks a lot .
    Professional WebDesigner_HTML, CSS, JS, PHP

  2. #2
    Junior Member
    Join Date
    Jan 2010
    Location
    NekoCity
    Posts
    21
    simplest way is make a new frame on where you want it to start and put this
    Actionscript Code:
    prevScene();
    gotoAndPlay(2);
    I forgot the code you can use if you want an external AS file

  3. #3
    Member
    Join Date
    Jul 2010
    Posts
    61

    Wrong

    It doesn't work .
    Professional WebDesigner_HTML, CSS, JS, PHP

  4. #4
    Member
    Join Date
    Jul 2010
    Posts
    61
    That is easy , but no body answer me ... !
    Professional WebDesigner_HTML, CSS, JS, PHP

  5. #5
    Junior Member
    Join Date
    Jan 2010
    Location
    NekoCity
    Posts
    21
    Actionscript Code:
    blah = function () {
        prevScene();
        gotoAndStop(2);
    };
    In the first frame in the beginning.
    Actionscript Code:
    blah()
    On the frame you want it to happen. Sorry bout that mistake. My guess is that it stops running the rest of the code after the prev fram or something :/

    EDIT: Formated and rename blah to whatever you wish to name the function
    Last edited by Neko303; 12-26-2010 at 02:14 PM. Reason: formating

  6. #6
    Member
    Join Date
    Jul 2010
    Posts
    61
    Thanks a lot , but I couldn't see a correct result .
    Can you send me this action script code in a FLA file ?
    Professional WebDesigner_HTML, CSS, JS, PHP

  7. #7
    Member
    Join Date
    Jul 2010
    Posts
    61

    Unhappy

    Help ... !
    Professional WebDesigner_HTML, CSS, JS, PHP

  8. #8
    Member
    Join Date
    Jul 2010
    Posts
    61

    Unhappy

    No correct help yet ...
    I don't know why .
    Professional WebDesigner_HTML, CSS, JS, PHP

  9. #9
    Member
    Join Date
    Jul 2010
    Posts
    61
    200 view , no help !

    Anyone please help me ! It's easy for many people . Why no body help me ?
    Professional WebDesigner_HTML, CSS, JS, PHP

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