Author |
Message |
deep
|
Posted: 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.
Description: |
|
Download |
Filename: |
animation.zip |
Filesize: |
17.74 KB |
Downloaded: |
146 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Mr. T
|
Posted: Sat May 28, 2005 1:37 am Post subject: Alex's Opinion |
|
|
i get an error. (not the missing picture error though)
|
|
|
|
|
|
deep
|
Posted: Sat May 28, 2005 9:25 am Post subject: Soccer animation |
|
|
Try again. First extract the whole file and then try to run it.
Description: |
|
Download |
Filename: |
animation.rar |
Filesize: |
41.41 KB |
Downloaded: |
145 Time(s) |
|
|
|
|
|
|
StarGateSG-1
|
Posted: Sat May 28, 2005 1:02 pm Post subject: (No 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
|
|
|
|
|
|
deep
|
Posted: Sat May 28, 2005 2:34 pm Post subject: (No subject) |
|
|
thnx man. it's better now.
|
|
|
|
|
|
StarGateSG-1
|
Posted: Sat May 28, 2005 5:19 pm Post subject: (No subject) |
|
|
no problem!
|
|
|
|
|
|
|