sebastian
11-20-2001, 08:22 PM
i am doing the drop target tutorial, and there is a little bit of code i don't get.
on (release) {
this.stopDrag();
if (this._droptarget == "/box") {
_root.box.play();
}
what is the forward slash in front of the word box for? why inside the string?
thanks
on (release) {
this.stopDrag();
if (this._droptarget == "/box") {
_root.box.play();
}
what is the forward slash in front of the word box for? why inside the string?
thanks