PDA

View Full Version : flash layers and symbols. gfx windows



Hades_
07-12-2011, 06:33 PM
hi, im looking at WindowDemo.fla in Development\Flash\CLIK\demos

how do i get multiple symbols and layers to appear to be in one layer, like this:

http://i.imgur.com/qjKcd.png

and then when i double click the blue box, that demoComponents layer turns into 3 layers, like this:

http://i.imgur.com/xv1th.png


also, when i drag the window class (is it called a class?) into my library and drag it onto the stage, i get an error:

The class or interface 'com.scaleform.Window' could not be loaded.

http://i.imgur.com/b6F2y.png


im a flash noob, im trying to make a popup options menu
thanks :p

Hades_
07-13-2011, 04:11 AM
i fixed the 'could not be loaded' error :p
i used this http://forums.epicgames.com/showthread.php?t=763043&highlight=chat
and copied the file and changed the class to gfx.controls.Window

but i still dont understand the layers thing :confused:

Matt Doyle
07-13-2011, 12:41 PM
Please see the Getting Started forum sticky post.

Hades_
07-13-2011, 06:05 PM
i figured it out :D

i right click in library and new symbol then drag symbol

and i needed to change window class to be gfx.controls.Window