This content has been marked as final.
Show 3 replies
-
1. Re: FloralMatchMaker sample how do bring the game board to the front of the scene
resdesign Nov 3, 2014 3:59 AM (in response to marc@dis)Use CSS z-index to move your background back or board up.sym.$("background").css("z-index":1);
And a higher number for the rest.
I do not have a way to look at it right away, so I not sure what the setting is. But usually z-index manipulation works.
-
2. Re: FloralMatchMaker sample how do bring the game board to the front of the scene
resdesign Nov 3, 2014 4:01 AM (in response to marc@dis)Oops forgot the {}.Use:
sym.&("background").css({"z-index":1});
On Mon, Nov 3, 2014 at 5:59 AM, Marie Goodwyn <mariegoodwyn@gmail.com>
-
3. Re: FloralMatchMaker sample how do bring the game board to the front of the scene
marc@dis Nov 3, 2014 4:14 AM (in response to resdesign)Thanks redesign, it worked!!


