Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Animation/00-TASK.txt
Normal file
10
Task/Animation/00-TASK.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
'''Animation''' is integral to many parts of [[GUI]]s, including both the fancy effects when things change used in window managers, and of course games. The core of any animation system is a scheme for periodically changing the display while still remaining responsive to the user. This task demonstrates this.
|
||||
|
||||
|
||||
;Task:
|
||||
Create a window containing the string "<code>Hello World! </code>" (the trailing space is significant).
|
||||
|
||||
Make the text appear to be rotating right by periodically removing one letter from the end of the string and attaching it to the front.
|
||||
|
||||
When the user clicks on the (windowed) text, it should reverse its direction.
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue