jdfinch3
jdfinch3

Reputation: 513

AS3 - Create frame/screen within another frame/screen

I'm trying to create a menu system for a game. I want to open different menu pages on the left side of the screen while the main game continues on the right. Is there a way to overlay one frame over another in some way, or a better way to achieve this? The best idea I have so far is to create all of the elements of each menu page all on the one frame, then add and remove the elements depending on which menu is called...but this sounds like a horrible way to go about it. Example image of what I am trying to accomplish below:

Example

Thanks!

Upvotes: 0

Views: 48

Answers (1)

tziuka
tziuka

Reputation: 545

I would start with 2 movieclips. First MC represents the MENU and second MC represents the GAME, in the same frame. And from here you just have to make childs of each mc. Hope this idea help.

Upvotes: 2

Related Questions