RetroFE forums

General Category => General Discussion & Help => Topic started by: Acidmank on September 03, 2021, 05:14:21 AM

Title: Attract Mode Dim on 2nd Monitor.
Post by: Acidmank on September 03, 2021, 05:14:21 AM
I have added the 2nd monitor to the Attract Mode dim but it doesn't want to work?
Can Someone take a look and give some pointers?

Thanks Heaps
Code: [Select]
<image src="images/attract.png" alpha="0" height="1920" width="1920" layer="19">
   <onAttract>
      <set duration="0.6">
        <animate type="alpha" to="0.5"/>
      </set>
    </onAttract >
   <onAttractExit>
      <set duration="0.01">
        <animate type="alpha" to="0"/>
      </set>
    </onAttractExit >
  </image>
 
 <image src="images/attract.png" alpha="0" height="1920" width="1920" layer="19" Monitor="1">
   <onAttract>
      <set duration="0.6">
        <animate type="alpha" to="0.5"/>
      </set>
    </onAttract >
   <onAttractExit>
      <set duration="0.01">
        <animate type="alpha" to="0"/>
      </set>
    </onAttractExit >
  </image>