Showing related tags and posts across the entire site.
-
Jamey sent me a great followup to the ImageViewer example - thanks again, Jamey! This simpler example uses a text file to define the list of images to load and display - a much better way to do it than just hardcoding the file names in the program! Here's her code. Check it out: a slide show program...
-
This simpler example uses a text file to define the list of images to load and display - a much better way to do it than just hardcoding the file names in the program! It's a slide show program in 11 simple, English-language instructions! Jamey is the master of maximum function with minimum, simple...
Posted to
Digital Art
by
JonS
on Thu, Sep 21 2006
Filed under: Phrogram, Example, Image, Photo, Code, Slideshow
-
This is a program that displays a series of image files - photos or digital art. It allows the viewer to control moving between the images, to zoom in or out, and pan around the image. KPL version: Phrogram Difficulty: Intermediate Concepts: Arrays, Sprites, mouse handling, pushable buttons Lines of...