PDA

View Full Version : changing multiple backgrounds


tohbk
05-04-2005, 03:24 PM
Hi all:

I am working on a page that let the users choose different backgrounds. I am using levels to achieve this. The problem is my background image (on level 1) won't show up when I load the contents page, which is on level 2. What did I do wrong? Is there a better way to achieve this or than using levels?

Thanks.

DJ

tohbk
05-04-2005, 03:25 PM
Hi all:

I am working on a page that let the users choose different backgrounds. I am using levels to achieve this. The problem is my background image (on level 1) won't show up when I load the contents page, which is on level 2. What did I do wrong? Is there a better way to achieve this or than using levels?

Thanks.

DJ

Barn
05-04-2005, 07:20 PM
You can use a movieclip on the bottom layer of _level0 that has multiple frames containing the different backgrounds, and just do a gotoAndStop() to the frame containing the background the user selects.

Barn
05-04-2005, 07:46 PM
Don't crosspost.