Search found 3 matches

by UnoWho24-7
14 November 2024, 00:13
Forum: Developers
Topic: Reversi Tutorial Cannot switch to active player
Replies: 7
Views: 232

Re: Reversi Tutorial Cannot switch to active player

Sure enough! removing the

Code: Select all

onUpdateActionButtons
function from the template solved this problem (had references to card objects not implemented). :) Thanks for the help!
by UnoWho24-7
14 November 2024, 00:02
Forum: Developers
Topic: Reversi Tutorial Cannot switch to active player
Replies: 7
Views: 232

Re: Reversi Tutorial Cannot switch to active player

Try opening the developer console F12. It should show an error message of some kind. In the JS setup() function try putting a debugger; statement to help you single step your code. Sadly I can't run your code easily without completely rewriting and breaking one of my projects. As RicardoRix said, w...
by UnoWho24-7
13 November 2024, 19:50
Forum: Developers
Topic: Reversi Tutorial Cannot switch to active player
Replies: 7
Views: 232

Reversi Tutorial Cannot switch to active player

Hi there, I'm new to all this, but am working my way through the Reversi tutorial. I'm up to the Implementing player action (not yet implemented though). The board loads fine and shows the possibleMoves, but is always on the White player with the "other player must take action" message. He...

Go to advanced search