|  | Simple action creating problem |  | |
| | | chabotjeff |  |
| Posted: Mon Jul 28, 2008 8:59 pm Post subject: Simple action creating problem |  |
Hi. I'm having a problem with this simple script. All I want to is "onClipEvent" go to the next frame in the current movie. I have it set to _root - but want to use the next frame in the movie symbol only. Anyone have advice?
onClipEvent(data){
// show welcome screen
_root.nextFrame();
} |
| |
| | | kglad |  |
| Posted: Mon Jul 28, 2008 9:12 pm Post subject: Re: Simple action creating problem |  |
| |
| | | mawhip |  |
| Posted: Mon Jul 28, 2008 9:22 pm Post subject: Re: Simple action creating problem |  |
| Is there any sites you guys know of that actually teaches you the concept of coding.(actionscript) |
| |
| | | horicolonoma |  |
| Posted: Mon Jul 28, 2008 9:40 pm Post subject: Re: Simple action creating problem |  |
off course there are plenty of them
just google: "flash actionscript tutorial" |
| |
| | | DLMAES |  |
| Posted: Tue Jul 29, 2008 3:50 am Post subject: Re: Simple action creating problem |  |
| Try gotoandlearn.com as well, great resource for actionscript tutorials! |
| |
|
|