Computer Science Canada

need to make this soccer animation more smooth.

Author:  deep [ Sat May 28, 2005 1:31 am ]
Post subject:  need to make this soccer animation more smooth.

I need some help to make this soccer animation a bit more smooth while it is running it. Can u also give me some ideas of what sort of special effects i could add in to make it better. I am a beginner.

Author:  Mr. T [ Sat May 28, 2005 1:37 am ]
Post subject:  Alex's Opinion

i get an error. (not the missing picture error though)

Author:  deep [ Sat May 28, 2005 9:25 am ]
Post subject:  Soccer animation

Try again. First extract the whole file and then try to run it.

Author:  StarGateSG-1 [ Sat May 28, 2005 1:02 pm ]
Post subject: 

Here is your problem you need to use View.Update and Offscreen only
Add offscreenonly here
code:

setscreen ("graphics: 800, 600,offscreenonly")


Add View.Update
code:

delay (175)
View.Update <--- here everytime this occurs
cls


Also add it here
code:

var continue : string (1)
locate (18, 41)
put "THE FINAL MOVEMENT" ..
View.Update
getch (continue)
cls


That will amke the animation smooth

The program is good but there are a few problems, you need to look into how to make better aninmations than just moving the pictures like you are right now. Get rid of the players base color, look into more types of pic fucntions for that

Author:  deep [ Sat May 28, 2005 2:34 pm ]
Post subject: 

thnx man. it's better now.

Author:  StarGateSG-1 [ Sat May 28, 2005 5:19 pm ]
Post subject: 

no problem! Very Happy


: