Ask a Question related to Macromedia Flash, Design and Development.
-
Jeroen van vliet #1
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
-
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,... -
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... -
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... -
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"... -
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... -
Bruce #2
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



Reply With Quote

