Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
John Conway's Life with growth, aging
#7
@madscijr

There's always the straightforward Steve approach to getting ONE _Keydown() press or mouse click:

Code: (Select All)
key32 = _KeyDown(32)

If key32 _AndAlso Not oldKey32 Then '

    '[your code here]

End If

oldKey32 = key32
Reply


Messages In This Thread
RE: John Conway's Life with growth, aging - by NakedApe - 06-07-2025, 11:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information Life james2464 23 4,733 08-16-2022, 02:19 AM
Last Post: james2464

Forum Jump:


Users browsing this thread: 1 Guest(s)