As the question says. Working on an Ave Desklet Dock (dashboard) in AveScripter & was wondering if it's possible to have an additional child layer within a child layer?
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="../../unavailable.html" x="0" y="46" width="1152" height="118" alpha="255">
<layer name="dkLauncher" src="../../unavailable.html" x="-1140" y="46" width="1152" height="118" alpha="255">
<layer name="dkSC01" src="../../unavailable.html" x="15" y="15" width="67" height="73" alpha="255" >
</layer>
<layer name="dkLauncherShow" src="../../unavailable.html" 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="../../unavailable.html" 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="../../unavailable.html" x="10" y="0" width="36" height="36" alpha="255" mousecursor="IDC_HAND" />
<layer name="dkManage" src="../../unavailable.html" x="66" y="0" width="136" height="36" alpha="255" mousecursor="IDC_HAND" />
<layer name="dkOpen" src="../../unavailable.html" 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="../../unavailable.html" 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>
Aqua-Soft Forums