This is going to be a stoopid question but

is there a way to play a symbol without having a gotoandplay string on it??

cause i am sick and tired of having that string every where, it seems “childish”

if you can help me thank you !!!

E1kO
*another satisfied kirupian

I don’t know alot about actionscript or flash for the matter but whos gonna see it?

just put in in the timeline and it’ll play itself. I dunno what kind of answer you’re looking for!

symbol.play();

this should work.

opps sorry i didn’t quite explain myself !!

i want to press a button and have it play a movie clip, but i want something better then got to and play to run it

hopefull this helps everyone !!! with my dilemma

E1kO
*thanks :luigi:

i want to press a button and have it play a movie clip, but i want something better then got to and play to run it

why ??
No point complicating a good and simple process which works, unless you are looking for something which is more dynamic for functionality reasons i do not see why GotoAndPlay is not good enough ?

or am i missing something…

If its just sophistication u want, try some advanced maths functions and the like to add proper functions to your site, after all as long as the movie plays correctly the user will never know wether you used GotoAndPlay or a 100 line function, just as long as it works they wont care.

how about this.


MovieClip.prototype.complexPositionalMod = function(a){
this.gotoAndPlay(a);
}
myObject_MC.complexPositionalMod(10);

:wink:

:smiley: :thumb: