Hi,
I’ve got this little character movieclip which has all the different states of the character… for example… I’ve got 1 frame of the character smiling ,walking,running,sliding… etc…
And in total… I have around 50 different frames for each action for the little character…
However this makes copying and pasting the little character cause major lag and probably eats up quite a lot of resources… And whenever I test movie the character… the Flash document freezes for a second before it starts playing…
So… I’m asking… Should I have “attachMovie()” scripts at each frame e.g
this.attachMovie("smiling")
Or should I leave it as it is…
AttachMovie() would solve the copying and pasting lag… as it’s just text that is moving around… not entire movieclips…
But what about the Test Movies… Would it run faster… Or is it just about the same?
( I thought that symbols not currently present on the stage doesn’t affect the load… but apparently… if you have them in different keyframes it still does… )