Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activities/Develop
(view source)
Revision as of 04:32, 28 March 2014
125 bytes added
,
04:32, 28 March 2014
→Sugargame
Line 115:
Line 115:
pantalla.blit(texto, pygame.mouse.get_pos())
pantalla.blit(texto, pygame.mouse.get_pos())
−
the text will follow the mouse.
+
the text will follow
the mouse. Or change this line to:
+
+
pygame.draw.circle(pantalla,BLANCO, pygame.mouse.get_pos(),20,0)
+
+
and a circle follows
the mouse.
===Going further===
===Going further===
Tonyforster
2,486
edits