Posted: Tue Nov 09, 2010 4:45 pm Post subject: Create Snow Animation ??
What is it you are trying to achieve?
I'm trying ot create snow that falls?
What is the problem you are having?
I want to use a command other than this one
Describe what you have tried to solve this problem
I tried changing the command but errors occured
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
View.Set ("graphics:800;600,nobuttonbar,nocursor,noecho")
View.Set ("offscreenonly")
const NoOfFlakes := 400
var flakeX : array 1 .. NoOfFlakes of int
var flakeY : array 1 .. NoOfFlakes of int