↓ English text is below this ↓ Nyomd le az egérgombot a színpad fölött, és mozgasd az egeret lenyomott gombbal! A program kirajzolja a zászló és a stop tábla gomb helyét teljes képernyős módban és átméretezett böngészőablakban is. (Legalábbis megpróbálja.) Érintőképernyőkön nem működik. Push and hold the mouse button over the stage, and move the mouse. The project will (try to) draw the position of the green flag and the stop button even in fullscreen mode and a resized browser window. Doesn't work on touchscreens.
A teljes képet kitölti egy átlátszó, húzható szereplő. A szereplők húzásánál a koordinátái törtszámok is lehetnek (de egy egér használatakor mindig a képernyő egy képpontjára esnek). A program az Euklidészi algoritmussal megkeresi a koordináták legnagyobb közös osztóját. Ezt tekinti egy valódi képpont méretének. A zászlót és a stop gombot ábrázoló képet ez alapján méretezi át. The whole screen is filled by a transparent sprite, that is draggable. When dragging the sprite, its coordinates can become fractions (but they are at pixels on the screen if using a mouse). The project calculates the greatest common divisor of the coordinates using the Euclidean algorithm, and treats it as the real pixel size. The image of the green flag and the stop button is resized based on this size.