(Works much better in Flash Viewer) A simplified Scratch version of the well-known game Bejeweled. ----- Try to get 3 or more markers in a row, either across or up-and-down, to destroy them. Click and drag to switch a marker with its neighbor. The more markers destroyed in a turn, the more points you get. Each move must create at least one 3-in-a-row. If there are no more valid moves, stop the clock to get at least a few more points. --- This project is the result of my mentioning in the forums that someone should make something like this. Turns out to be a lot harder than a thought. It is bloatware because I had to do some things by brute force to get the execution time down to something reasonable.