Author Topic: Macro++  (Read 4602 times)

Natrix5369

  • Full Member
  • ***
  • Posts: 102
Macro++
« on: June 06, 2022, 01:25:22 AM »
I ask you to consider the possibility of conditions in macros.

for example:
-if "A" is pressed, then RS(0,-50), else RS(0,50)


as well as the possibility of several conditions:

If A is pressed, then RS(0,-50)
Elif D is pressed, then RS(0,50)
else RS(0,0)

richard

  • Global Moderator
  • *****
  • Posts: 4885
Re: Macro++
« Reply #1 on: June 06, 2022, 10:21:49 AM »
can you elaborate on why you will need such a macro?

Natrix5369

  • Full Member
  • ***
  • Posts: 102
Re: Macro++
« Reply #2 on: June 15, 2022, 01:33:42 AM »
this will make the macro smarter. As a developer, this would be very helpful for me. for example, make jerks in the direction relative to which the key is pressed. if D is pressed, then dash to the right. if A, then left.