Button for speed FX

The new Daslight - for PC and Mac

Moderators: TomHat, simonB

bobhvp
Posts: 3
Joined: Mon Jan 22, 2024 11:00 am
Operating System: Windows

Button for speed FX

Post by bobhvp »

Hello all.

I have a question about the buttons on the TOUCH page.

Now I have a fader that controls the speed of the FX movement.

But I would like 4 buttons with a speed behind them. For example 10, 20, 40 and 50% or something simular.

How do I make these?
S.lellwitz
Posts: 132
Joined: Mon Mar 20, 2023 12:04 pm
Operating System: Windows
Location: Frankfurt, Germany

Re: Button for speed FX

Post by S.lellwitz »

create button
Map it
change from range to value
Copy and set desired value
bobhvp
Posts: 3
Joined: Mon Jan 22, 2024 11:00 am
Operating System: Windows

Re: Button for speed FX

Post by bobhvp »

Thanks for your comment.

Can you explain to me step by step how to copy the fx speed to a button?

Because the whole programming regarding mapping doesn't work for me at all. And I can't find a good, clear step-by-step plan anywhere.
bobhvp
Posts: 3
Joined: Mon Jan 22, 2024 11:00 am
Operating System: Windows

Re: Button for speed FX

Post by bobhvp »

It worked. I think there is an error in the program. The mapping function only works for me if I use the touch screen as a second screen.
catholiceffect
Posts: 2
Joined: Tue Feb 27, 2024 4:38 am

Re: Button for speed FX

Post by catholiceffect »

Launch the design tool or interface that you are using to make your TOUCH page. This might be a programming environment or a piece of softwaregeometry dash lite. For every button, register event handlers to be notified when a button is tapped or clicked.
To determine which button was pressed when one is clicked, get the button's name or identification.
Post Reply