next Label / prev Label

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default next Label / prev Label


    Is there a tag or a way to send the playback head to the next label or prev Label???

    tanx


    [E=mail me please]bil@bilchamberlin.com[/E]

    [L=-bil]http://www.bilchamberlin.com[/L]
    kobobot Guest

  2. Similar Questions and Discussions

    1. How to add a label to LineSeries?
      Is there a way to add a label for each LineSeries on my LineChart? I do not want to use Legend to denote my LineSeries, because Legend is outside of...
    2. Get value of label from combo box - help
      ok, I am going nuts with this combo box! I have a flash form with 3 textboxes a combo box, and a submit button. When I hit submit, I post to an aspx...
    3. mailing label
      Has anyone used the cf_cf_averyrtf tag? I installed it and can't get it to display properly. 1. I get an error if I do not have the outputfile...
    4. go to label problem
      Hi I need to apply the go to frame label .... function in a button the problem is that my button is a movie clip and it has to be applied in a clip...
    5. New Clothing Label for us!
      Check out Switch One Zero. www.switchonezero.com The new clothing label for us. www.switchonezero.com Switch One Zero is digitally inspired...
  3. #2

    Default Re: next Label / prev Label

    kobobot wrote:
    > Is there a tag or a way to send the playback head to the next label or prev Label???
    >
    > tanx
    >
    >
    > [E=mail me please]bil@bilchamberlin.com[/E]
    >
    > [L=-bil]http://www.bilchamberlin.com[/L]
    I think there is in Flash MX 2004, but in flash MX you can achieve the
    same effect by naming your labels 'screen1', 'screen2' etc then having a
    variable called screen id which gets incremented with a click on the
    next button, and decremented on the back button. you can then run this
    code after the increment/decrement:
    _root.gotoAndStop("screen" +screenid);

    --
    MOLOKO
    ------------------------------------------------
    ::remove _underwear_ to reply::
    'God saves but Buddha makes incremental backups'
    ------------------------------------------------
    GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
    VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
    see [url]www.geekcode.com[/url] to translate the above!
    MOLOKO Guest

  4. #3

    Default Re: next Label / prev Label

    It works perfectly,
    thank you!
    kobobot Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139