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

  1. #1

    Default Skip to chapter...

    Being a great one for learning things from the middle on out, I would like to
    make a button in Flash MX for my plain-HTML website. I'm familiar with
    some graphics programs like 3DSMax and Photoshop, but have spent
    very little time with Flash. What I'm looking for is a tutorial on this
    particular
    topic, or guidance about which particular areas of the program I need to learn
    to do this specific thing, if it's possible without needing a complete
    overview.
    Then, after making lots of money using the web site, I'll come back to the
    program in all my lesiure time to learn the rest of it properly, ha ha.
    BUB 209 Guest

  2. Similar Questions and Discussions

    1. Automatically insert chapter title in page header?
      Thank you all for your tips. I am trying what Benoit and Gerald are suggesting and it seems to work, but I have one problem: I inserted sections...
    2. Chapter names in header
      Hi Everyone I want to put the chapter name in the header - so that the relevant chapter name appears at the top of each page within that chapter....
    3. chapter name or section name
      I would like to know the following: I was setting a page layout of about 50 pages in indesign 2.0. Document is regarding compilation of articles...
    4. Change first page of chapter from recto to verso?
      Suppose I've already formatted a chapter of my book, with the first page set as a recto, and suddenly I realize I need to make the first page of the...
    5. flashmx actionscript bible - best chapter
      So, I just got the actionscript bible. I plan on reading the whole book, but is there a spot that anyone recommends scanning first?
  3. #2

    Default Re: Skip to chapter...

    On 04 Jun 2004 02:24:02 GMT, [email]bub209@aol.com[/email] (BUB 209) wrote:
    >Being a great one for learning things from the middle on out, I would like to
    >make a button in Flash MX for my plain-HTML website. I'm familiar with
    >some graphics programs like 3DSMax and Photoshop, but have spent
    >very little time with Flash. What I'm looking for is a tutorial on this
    >particular
    >topic, or guidance about which particular areas of the program I need to learn
    >to do this specific thing, if it's possible without needing a complete
    >overview.
    >Then, after making lots of money using the web site, I'll come back to the
    >program in all my lesiure time to learn the rest of it properly, ha ha.

    Duh... Funny.

    Flash comes with lots of ready made buttons. There in a odd place in
    Flash MX 2004 (I think so anyway)

    Try Window/other panels/common libaries/ buttons. Make a new layer,
    set a keyframe, drag and drop on stage resize, recolor if you want.

    To active the button do scripting. Clicking on the button should open
    the Action script window. For example typing:

    on (release){
    window_txt.scroll = 1;
    }

    Would cause the text in a text field called window_txt to scroll up
    one line. There's tons of tutorials on Flash on the web. Yes Flash
    +tutorial in any Search engine should produce lots of hits.

    Adam Albright Guest

  4. #3

    Default Re: Skip to chapter...

    >Yes Flash
    >+tutorial in any Search engine should produce lots of hits.
    Thanks for the good place to start. My
    goal is to make a small "saw" button
    for my remodeling web site that flexes
    on the down, with maybe even a sound.

    BUB 209 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