6 Comments
when you select the menu option, for example products... does the menu continue to stay on top of the HTM page ?
Click the file to the left side remains fixed But this feature is not available in this file, Buy this product if you file the full Myfrstm.
Please send me your email, my E-mail is "asaebi@gmail.com".
Full product all active buttons and menu on the left is the fixed.
--------------------------------------------------------------------------------
Always be successful.
features and help -->
How to set the functions :
//******INITITAL SETTINGS******
import mx.utils.Delegate;
import mx.transitions.Tween;
import mx.transitions.easing.*;
//******GENERAL SETTINGS*******
// Variable of Tween
var tw:Tween;
// Name and target of Menu MovieClip
var Menu_mc:MovieClip = this;
// Name and target of HitArea MovieClip
var Hit_mc:MovieClip = this._mc.Hit;
// Speed of Move MenuBar
var DIV:Number = 1;