Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Images with clicks

    Hi,

    I'm a beginner with director and I'm in trouble with images...

    I'd like to use a button to show 2 different images: if I click on button,
    an image is shown, and if I click again a different image is shown, and so
    on. This feature must work all across the movie (it's a simulation of a Palm
    application, and the Palm interface it's always in a fixed position).

    Can I do this without a script? How?

    Thank you in advance,
    Nrgo





    Nrgo Guest

  2. Similar Questions and Discussions

    1. Takes two clicks to fire event?? Please help!
      Hey guys, This is really starting to annoy me. In short, I have a datagrid with a buttoncolumn in the first column. Once a user clicks on a...
    2. Counting Clicks
      Hi all, A customer of mine has an page with a datagridcontrol.. The grid contains a description field of a pdf document and a HyperlinkColumn...
    3. Clicks and double-clicks
      Hi, is it possible to distinguish between clicks and double-clicks occuring on datagrid rows? If a single row is clicked it should be selected...
    4. FLASH MX mouse clicks in Director
      Hi, I've imported my MX swf as a sprite. The problem is, with the MX swf, a button with a simple on ( release) action doesn't work anymore on my...
    5. multiple mouse clicks
      I want to be able to code a sprite change based on 2 mouse clicks. The sprite changes on the first mouse click and on a 2nd mouse click it would...
  3. #2

    Default Re: Images with clicks

    The closest thing requiring no programing is the Rollover Change Member
    behavior in the Library window Animation/Interactive section, not what
    you want but if it otherwise suited you, perhaps someone could alter it.


    A custon script that would switch between to mmbers next to each other
    in the cast window could be done with about 8 lines of code.
    JB Guest

  4. #3

    Default Re: Images with clicks

    > The closest thing requiring no programing is the Rollover Change Member
    > behavior in the Library window Animation/Interactive section, not what
    > you want but if it otherwise suited you, perhaps someone could alter it.
    >
    >
    > A custon script that would switch between to mmbers next to each other
    > in the cast window could be done with about 8 lines of code.

    Thank you for your reply!
    I've tried also with the "2 state button", but I think it's necessary to
    reprogram script...

    Regards,
    Nrgo


    Nrgo 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