Hi, I'm a nood to C2.
Done a lot of HTML in my time.
With Notepad, not with those fancy Editors others use...
I have a Simple problem with C3.
I'm tryin to do menubutton, clicking of which displays a menu.
Rather simple (should be)...
I'm trying to do it like I would in HTML with divs, but using layers instead.
I have a layout with the menu sprite (ShowMenu) on layer 2 and the menu options (sprites) on layer 3.
My layer 3 has it's visibility set to Invisible and the buttons on it are set to Visible.
What I'm trying to do is:
Click on sprite to make layer 3 visible, thus showing the buttons on layer 3.
The event I built:
On left button Clicked on ShowMenu -> Set Layer 3 Visible.
Nothing happens...
The click works(I can replace the Set Layer... with something else and it will work).
So the question is:
Is there something wrong with Set Layer 3 Visible (broken?).
Or am I doing something fundamentally wrong?
Please, help a noob...