Help
I am developing a touch screen skin and I have included some media functions in the music overlay so when music is playing there are visible buttons to skip forward, back, pause and stop (and by default disappear when music is not playing - very sneaky sneaky). Everything is working perfectly except....
The pause/play button is a toggle button but I cant seem to make it perform action 12 (pause). The button works proerly in that the textures behave correctly but I cannot assign an action to it. The code I have used is:
<control>
<description>touch pause button</description>
<type>togglebutton</type>
<id>18</id>
<posX>350</posX>
<posY>480</posY>
<width>50</width>
<height>50</height>
<AltTextureFocus>pause_enabled.png</AltTextureFocus>
<AltTextureNoFocus>pause_disabled.png</AltTextureNoFocu> <textureFocus>play_enabled.png</textureFocus>
<textureNoFocus>play_disabled.png</textureNoFocus>
<onleft>18</onleft>
<onright>18</onright>
<onup>18</onup>
<ondown>18</ondown>
<action>12</action>
</control>
Could someone please point me in the right direction.
Cheers
I am developing a touch screen skin and I have included some media functions in the music overlay so when music is playing there are visible buttons to skip forward, back, pause and stop (and by default disappear when music is not playing - very sneaky sneaky). Everything is working perfectly except....
The pause/play button is a toggle button but I cant seem to make it perform action 12 (pause). The button works proerly in that the textures behave correctly but I cannot assign an action to it. The code I have used is:
<control>
<description>touch pause button</description>
<type>togglebutton</type>
<id>18</id>
<posX>350</posX>
<posY>480</posY>
<width>50</width>
<height>50</height>
<AltTextureFocus>pause_enabled.png</AltTextureFocus>
<AltTextureNoFocus>pause_disabled.png</AltTextureNoFocu> <textureFocus>play_enabled.png</textureFocus>
<textureNoFocus>play_disabled.png</textureNoFocus>
<onleft>18</onleft>
<onright>18</onright>
<onup>18</onup>
<ondown>18</ondown>
<action>12</action>
</control>
Could someone please point me in the right direction.
Cheers