I edited the xml file.But the effect button doesnt work.
The code i used :
Where is the mistake please help
The code i used :
Where is the mistake please help
发表时间 Tue 02 Sep 03 @ 6:40 pm
sc key="1" action="effect_button" chan="1" value="1" /
发表时间 Tue 02 Sep 03 @ 6:57 pm
its not a skin problem its i shortcut problem
发表时间 Tue 02 Sep 03 @ 6:59 pm
ok so:
sc keycode="338" action="effect" chan="1" value="1" /
this code work. Just change the keycode value.
Why don't you use VDJ to realise your shortcuts when you don't know?
sc keycode="338" action="effect" chan="1" value="1" /
this code work. Just change the keycode value.
Why don't you use VDJ to realise your shortcuts when you don't know?
发表时间 Tue 02 Sep 03 @ 7:05 pm
The effect_button and effect_slider actions were meant for internal use only.
If you want to use it anyway, the param value should be:
param=slot+n*256
where slot is the effect slot (from 0 to 2) and n is the button or slider number (from 0 to 4 for buttons, and 0 to 2 for sliders)
If you want to use it anyway, the param value should be:
param=slot+n*256
where slot is the effect slot (from 0 to 2) and n is the button or slider number (from 0 to 4 for buttons, and 0 to 2 for sliders)
发表时间 Wed 03 Sep 03 @ 7:35 pm