PDA

View Full Version : >> Mouse over, expand site to full???



fuzionproject
August 28th, 2009, 10:55 AM
Trying to create what I believe would be a simple transition. What I want is for a page to load as just asmall button, when the mouse rolls over I want the website to expand to its full size. The problem I've incurred is being able to convert thewhole page to a button, but in doing so limit the properties of the page so that I cant have seperate links etc inside of the site. What the hell am I looking over? I'm sure its something fairly simple...

dr_tchock
August 28th, 2009, 11:03 AM
try setting

buttonMode = false
mouseChildren = true


when the page has expanded. Also, remove whatever event listener was set.

fuzionproject
August 28th, 2009, 11:06 AM
ok well what i did was created the site in full as a button symbol am i correct up to that point?