This short script illustrate only little part of goodies that offers thorpy library, which helps to manage with buttons, very usefull for your pygame games.
#! /usr/bin/env python3 # -*- coding: utf-8 -*- # exercice 1 version 1 # --------------------- # grey rectangle item symbolize things very deep or very high at different scale. # you can place it in red or green area (boxes) thanks to OK or X button # you can come back to centralbox thanks to ^ but...
I have trouble for displaying neo elements not present at launching. When i click on ADD button, i want to add a new element , thanks to inserter to get title and corpus of the wanted new element. I get this traceback: Traceback (most recent call last): File "main.py", line 181, in <module...
How to easy come back at central box after being moved ? I want to use ^ button to move back from red or green area to central box. 2 ways : First : one specific button (ie from green area to central box) : easy, i need one ^ green and one ^ red button Second : one ^ generalistic button , working fr...
Hi, i'd like to move element from centralbox to the red or green area when i click on X or v button. Add button create new element in centralbox. Reset destroy all elements in centralbox, green area and red area. https://i.imgur.com/9EoUlqk.png main.py #! /usr/bin/env python3 # -*- coding: utf-8 -*-...