[Tutor] Project help

2012-10-12 Thread Brett Dailey
I'm working on a few projects and need some help. Here's what the first one needs to do: Credits 1. Create a list of strings. Make sure your program will work with any number of strings. 2. Make this text appear at the bottom of the screen and “crawl” to the top. The crawl should be at a slow

[Tutor] More help

2012-10-12 Thread Brett Dailey
Here's another project I'm working on. 1. Create a random signal (600 random numbers in the range -50 to +50). Display it as shown below. 2. Create a filter variable (integer) which is allowed to go from 0 to infinity. Allow the user to change this with the up/down arrow keys. The user should

[Tutor] Help

2012-09-20 Thread Brett Dailey
I'm having trouble with a small project. Here's what it needs to do:Has variables for window width and window height and creates a window of that size.Has variables which control the number of columns and number of rows.From this, create a checkboard pattern which evenly fills the window. On