telltarget doesnt work

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

  1. #1

    Default telltarget doesnt work

    Hello,

    I made a button in flash MX and did the following actionscript on it:

    on (rollover) {
    tellTarget ("MC") {
    gotoAndPlay(2);
    }
    }

    on (rollOut) {
    telltarget ("MC") {
    gotoAndPlay(14);
    }
    }


    Well, it doesnt give me an error message, and it doesnt work, what is
    wrong??

    Jeroen


    Jeroen van vliet Guest

  2. Similar Questions and Discussions

    1. Help my flashplayer doesnt work
      Hey there, i desperately need help, no websites that have flash programmes will work on my internet as it says i need the latest flash player,...
    2. flash app doesnt work
      hi - i want to try out the new game kdice on http://kdice.com but as i go to this adress, the flash application doesnt come up. i tried it...
    3. Shockwave doesnt work
      :confused; Hi; I work for a public school as a administrator and we rebuild 25 machines with W2k pro. I thought we had done a good job until the...
    4. XMLSearch. doesnt work
      hi i'm trying to use xmlsearch function but for some strange reasons it returns only an empty array here the xml file <?xml version="1.0"...
    5. CDONTS doesnt work always
      I am using CDONTS to send mail to the user from my ASP application. However, the code doenst works all the time. I am able to get mails but nothing...
  3. #2

    Default Re: telltarget doesnt work

    You've given the movie (target) an instance name of MC have you?

    - Bruce

    "Jeroen van vliet" <info@educationalstays.com> wrote in message
    news:bhgtg1$nuf$1@reader08.wxs.nl...
    > Hello,
    >
    > I made a button in flash MX and did the following actionscript on it:
    >
    > on (rollover) {
    > tellTarget ("MC") {
    > gotoAndPlay(2);
    > }
    > }
    >
    > on (rollOut) {
    > telltarget ("MC") {
    > gotoAndPlay(14);
    > }
    > }
    >
    >
    > Well, it doesnt give me an error message, and it doesnt work, what is
    > wrong??
    >
    > Jeroen
    >
    >

    Bruce 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