Skip to main content
Participant
May 7, 2018
Answered

scene, Library, external swf?

  • May 7, 2018
  • 1 reply
  • 311 views

Hello!

I'm developing a coloring app, so I'll need to do lots of illustrations, each illustration will have many movieclip inside.
I do not know which is the best organization for this.
I do not know if I put these illustrations in separate scenes, or if they pull them from the Library, or else I leave them in external swf.

    This topic has been closed for replies.
    Correct answer Nick Gioia

    I would say have them load from the library.


    Another option is to load them on different frames on the timeline the when the user is picking a illustration it will just move to the frame with the

    illustration they chose.

    1 reply

    Nick GioiaCommunity ExpertCorrect answer
    Community Expert
    May 7, 2018

    I would say have them load from the library.


    Another option is to load them on different frames on the timeline the when the user is picking a illustration it will just move to the frame with the

    illustration they chose.

    killeredyAuthor
    Participant
    May 8, 2018

    Hi nickg28!

    Thanks for the reply, but I still have questions.

    How does as3 and createJS manage memory?

    When the movieclips are in the library or subsequent keyframe, do they take up memory space?