I need to make a mouseover menu that opens diagonally (from top-left to bottom-right).
|
|
|
|
|
|
|
Use a Tween to tween the height from 0 to whatever height you want, and width from 0 to whatever width you want. You can take examples of making a popup menu show from the code here, as well as examples of performing actions on hover. |
||
|
|
|
|
Assuming your menu has id "mymenu", try this code to show it:
and this code to hide it:
|
||
|
|
