python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I use this state machine with my movement code?
I finished watching a couple tutorials on state machines in unity and I'm now trying to figure out how I can actually use one with my player movement code, but I'm a bit stuck. The tutorial I followed...
Konjointed
Votes: 0
Answers: 2
C script for guiding a line follower
So for class I am trying to write a C script for a line follower robot. The robot has 3 sensors (ABC) which give logic 1 on black and logic 0 on white, A is on the left side, B in the middle and C on ...
Talar
Votes: 0
Answers: 0
Priority of statemachine transitions with substates
I am currently writing a generic statemachine. But I have a couple of understanding problems.
Say I have a state A. A transitions to B if a condition is met.
A also has a substate A1. A1 transitions t...
Yamira
Votes: 0
Answers: 2
Can't change a state using Aiogram python
I need to change state in callback handled
@dp.callback_query_handler(text="ru", state=States.lang)
async def change_lang_ru(call: types.CallbackQuery, state: FSMContext):
global menu_ke...
ToxicVasiliy
Votes: 0
Answers: 1