as help!!!
as help!!!
- Started
- Last post
- 5 Responses
- mic
hey, could anyone help me out on this one? If got this code for loading swf's:
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = "skils";
container.loadMovie("skils.swf...
} else if (_root.currMovie != "skils") {
if (container._currentframe >= container.midframe) {
_root.currMovie = "skils";
container.play();
}
}
}it works great with the button on the main timeline, but when i put the button in a mc im clueless in what to change!!! please help me out, thanks
- rasko40
looks like you would need to target 'container' properly
- mic0
i figured that out myself, but the problem is how do i target it, change what, into?
thanx
- mic0
thanx man
- Engage_London0
ppfftt