DWJukebox Forums
September 10, 2010, 02:01:05 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: DWJukebox 3.4.1 Released
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Changing freeplay mode and skin at the same time  (Read 159 times)
damiensfear
Newbie
*
Posts: 2


View Profile
« on: March 03, 2010, 06:02:26 PM »

Hi
Loving this software its great Cheesy
Im wanting to use two different skins on my jukebox one for pay mode and one for freeplay. How would i go about setting it so when i have one skin loaded it sets the mode to freeplay and when i change it sets freeplay to false
Is it possible to have freeplay start on loading one skin and when i change the freeplay skin turns freeplay off in the same skin file?
Thanks in advance
Damien
« Last Edit: March 03, 2010, 06:11:20 PM by damiensfear » Logged
Chris
Administrator
Sr. Member
*****
Posts: 408



View Profile WWW
« Reply #1 on: March 03, 2010, 06:54:53 PM »

If you are using the latest version (3.4) you could effectively do this using a user timer in the skins.

In the skin that you want to be freeplay, add:

Code:
[Timer1]
Interval=1
AutoStart=Yes
Repeat=No
OnStart=CMD_FREEPLAY_ON


And in the skin you want to require credits for, add:

Code:
[Timer1]
Interval=1
AutoStart=Yes
Repeat=No
OnStart=CMD_FREEPLAY_OFF

If these are really the same skin and you just want a way to turn freeplay on and off, just use BTN_FREEPLAY.

--Chris
Logged
damiensfear
Newbie
*
Posts: 2


View Profile
« Reply #2 on: March 03, 2010, 06:59:16 PM »

Awsome works a treat Cheesy
Thanks for the quick reply
Damien
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!