Sup! I want to know how do I use the "AnyImagesprite.colidedWith " commend and they are some things I don't understend what they are stending for exsemple the "component " and "notAlreadyHandeld ". What do they stand for and are they necsery and the answer for why I can't get it to work?
Would be greatful if anyone has an ansewr.
Thanks in advence.
ABG
January 13, 2024, 9:26pm
2
It's a Generic event block, for use when you have a large number of similar sprites.
See this sample:
The isAlreadyHandled true/false value lets you deal with special Sprites that are to be handled differently from the rest, like a villain or hero.
More generic component samples:
AN MIT App Inventor sample app for the Eight Queens problem, using a single generic button click event
This week the US news networks have been reporting on a free web game by Josh Wardle called Wordle , similar to Jotto, developed as a personal project and open for all.
His variation has:
one chance to play per day
every one shares the same daily word
words have exactly 5 letters
you get six guesses
You are told
which letters match in place (green),
which letters match out of place (yellow)
which letters don't match anywhere (dark grey).
I decided to try to replicate his app in AI2 under t…
Thanks you! It was very useful and I was able to fix the problem!
system
Closed
January 21, 2024, 6:28am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.