Hi,<br><br clear="all">It&#39;s my first message in this mailing list, so I&#39;ll introduce myself :<br>First, I&#39;m not a developer (I&#39;m a Mechanical Engineer), I&#39;m just a KDE user.<br>I&#39;m 24, I live in France. And I&#39;ve been using Linux for 6 years and KDE since KDE 4.0.<br>
<br>This year I have developed few applications for my own usage in python using pyQt. I really enjoyed how fast it was to create a (little) application that just work.<br><br>Now I have some extra time and I have an idea of a little tetris-like game. I don&#39;t really know if the game is going to be fun or boring but I want to try it, It&#39;s also a way to learn new things !<br>
<br>After some reflexion I come with 2 fundamental questions :<br><br>- How can I create a &quot;time-based program&quot; ?<br>All my applications I wrote until now used to be action-based : a function is called by a click/keypress of the user. Here I want to create something that react after x time (and also react after user actions of course, it&#39;s a game !). Is there a proper way to do this ?<br>
<br>- Which widget I have to use to draw things ?<br>The only games I have created (centuries ago !) where in Action Script (Macromedia Flash). This was very easy because you can use flash drawings and move them on the screen using coordinates. Is there a similar thing in Qt ? What are you using kdegames ?<br>
<br>Maybe all my questions can be better answered elsewhere. Feel free to redirect me if this mail isn&#39;t in the right place !<br><br>Thank you for your answers !<br><br>PS : I have difficulties explaining things in English (I&#39;m French), so please ask if something isn&#39;t clear.<br>
PPS : I only know python (and Qt4). C or C++ is a foreign language for me. But I think that QObjects behave the same way in both languages.<br>