PICS should not be the instance name, but rather the frame number or name
within the movie clip you want to start playing from. The instance name of
the clip should be where *MovieClip* is instead. Good Luck.
[quoted text, click to view] "VOMIT BOY" <webforumsuser@macromedia.com> wrote in message
news:c00qae$9ri$1@forums.macromedia.com...
> maybe i shouldnt expect more than a RTFM from this post, but believe me
ive looked long now, and this is just for a f**ng simple thing as getting a
movieclip to play. it just wont work. im a beginner at this, and i cant
figure what im doing wrong. i got no problemn with loading external
clips,pictures,etc. but i i cant get one simple movie clip to play within my
main FLA
[quoted text, click to view] > all i want to do is when i press a button, it plays a movieclip. i named
the instance and all and wrote it like this
>
> on (release) {
> MovieClip.gotoAndPlay(PICS);
> }
>
> PICS being the instance name of the movie clip.
>
> my file starts with an intro, to what could be a website, and i put a stop
action where i want it to stop. after this i want a movieclip containing 2
pictures to play,and i gave it an instance name, set it correctly in the
script, and put it after the stop action, on a layer by itself but nothing
happens
[quoted text, click to view] >
> i feel really stupid....i used hours trying to figure it out...and nothing
really made it clearer as to what im doing wrong...could someone help?
>
> im using MX...
>
>