Author Topic: Attract Mode Dim on 2nd Monitor.  (Read 1010 times)

Acidmank

  • Newbie
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
Attract Mode Dim on 2nd Monitor.
« 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>
« Last Edit: September 03, 2021, 08:10:13 AM by Acidmank »