Reason I ask is for adding the slide effect to the dashboard layer. ie. Dashboard Opens (Slides Up) then icons slide in from right. Oh, and I'm trying to do this completely in the AveScripter xml file. I'm almost positive that it can be done this way without an external script.
Sample code:
<sides> <side id="0" width="1152" height="164" closex="10" closey="10"/> </sides> <layers side="0"> <layer name="dkBack" src="body.png" x="0" y="46" width="1152" height="118" alpha="255"> <layer name="dkLauncher" src="launcher_back.png" x="-1140" y="46" width="1152" height="118" alpha="255"> <layer name="dkSC01" src="icons/wm_icon.png" x="15" y="15" width="67" height="73" alpha="255" > </layer> <layer name="dkLauncherShow" src="!HITSPOT" x="0" y="46" width="12" height="118" mousecursor="IDC_HAND" onclick="!EFFECT:SLIDE,dkLauncher,0,0,1152,118,-1140,0,1152,118,-10,0,0,0,15" /> <layer name="dkLauncherHide" src="!HITSPOT" x="1140" y="46" width="12" height="118" mousecursor="IDC_HAND" onclick="!EFFECT:SLIDE,dkLauncher,-1140,0,1152,118,0,0,1152,118,10,0,0,0,15" /> </layer> <layer name="dkCross" src="cross.png" x="10" y="0" width="36" height="36" alpha="255" mousecursor="IDC_HAND" /> <layer name="dkManage" src="manage.png" x="66" y="0" width="136" height="36" alpha="255" mousecursor="IDC_HAND" /> <layer name="dkOpen" src="!HITSPOT" x="10" y="0" width="22" height="22" mousecursor="IDC_HAND" onclick="!EFFECT:SLIDE,dkBack,0,-118,1152,118,0,0,1152,118,0,10,0,0,15" /> <layer name="dkClose" src="!HITSPOT" x="66" y="0" width="22" height="22" mousecursor="IDC_HAND" onclick="!EFFECT:SLIDE,dkBack,0,0,1152,118,0,-118,1152,118,0,-10,0,0,15" /> </layers> <controls>








Sign In »
Register Now!
Help

MultiQuote