I have a question about the netstream setup. I want to gotoAndStop on a frame when a cuepoint is reach. Will the written below do that?
"
//
NetStreamInstance.onCuePoint = function(infoObject:Object):Void {
if(infoObject.name == "End"){
gotoAndPlay(10);
}
}
//
"
If not what...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.