On Mon, 16 Mar 2009, Jason Rock wrote: > ===Code Stuff=== > 1) What is the best way to display an "array" of images so that (being > vector graphics) the images could re-size to take up as much room as they > can?
Get to know the Pygame libraries. This is probably good advice for any developer lurking here. In Pygame, all images are written to "surfaces" that can be scaled, twizzled, and transmogrified in lots of awesome ways. --g -- Got an XO that you're not using? Loan it to a needy developer! [[ http://wiki.laptop.org/go/XO_Exchange_Registry ]] _______________________________________________ FourthGradeMath mailing list [email protected] http://lists.sugarlabs.org/listinfo/fourthgrademath
