Cant get rollovers work

that adv. rollovers tutor. Im doing that page and cant get it ork. What these { and } are? …are these only line changes or what, help, faaaastttt…

what part doesn’t work? post some code or explain a little more in depth?

:hr:

I get this

Target not found: Target="/rollover" Base="_level0"
Target not found: Target="/rollover" Base="_level0"

post some code you are using?

:hr:

on (release, rollOver) {
tellTarget ("/rollover") {
}

}
on (rollOut) {
tellTarget ("/rollover") {
}
gotoAndPlay(“1back”);
}

how I can get the whole code?

Not sure what you mean.

And tellTarget is deprecated, meaning it is no longer being used. Dot syntax is being used instead. So instead of using:


on(release) {
	tellTarget("ball") {
		gotoAndPlay(2);
	}
}

you’d use:


on(release) {
	ball.gotoAndPlay(2);
}

I thought that the target is the instance name of a button or movieclip?

o’boy, didnt understnd that but… hmm… o yeas I did… but… hmm… ok lets try that one… lets get back to kirupa and flashworld when I come back from cottage, on sunday. now, everybody, have a nice weekend!!

You too! Have an awesome time! :thumb: