ok… i jus want my flash to play through once… how do i get it to stop looping on everyones screens? thanks
put a stop action on the last frame of the timeline or movie clip
thats what i tried… but it didnt do anything to it…
it might depend on how its set up… if you have other movieclips playing, each one of those will loop themselves unless told to stop also.
But assuming you have just one long animation on the main timeline, the stop(); alone should prevent any further looping.
You might want to double check for the () if you are manually typing the commands… sometimes I forget