Computer Science Canada Spryte Module |
Author: | iker [ Wed Jan 18, 2006 8:18 pm ] |
Post subject: | Spryte Module |
I was using some old sprite modules made by some other people, and thought to myself... maby I should make one thats easy to use, and automatically loops the pictures, or oscilates them... so i did, and here it is, my spryte module complete with help and examples. Its not final because I didn't allow for pictures to have words in the name... so instead of having pictures with names for example: guy1.bmp guy2.bmp guy3.bmp you have to have numbers only such as 121.bmp 122.bmp 123.bmp where as '12' is like the name, and <n> after that is the picture number |
Author: | iker [ Fri Jan 20, 2006 4:20 pm ] |
Post subject: | |
Now I have included the ability to have names with pictures ![]() Only thing is, you can only have one animation at a time for each set. Anyways, heres the updated version with a beter example, beter help, and a more capable spryte module if you already have the first version, replace all files with the new ones oh, and please tell me if you find this usefull or if I can improve anything |
Author: | Delos [ Fri Jan 20, 2006 5:25 pm ] |
Post subject: | |
Something to improve on? Well...when I tried to run the "spryte test.t" it crashed at 'spryte.FileNew()' - something about the strint() parsing. |
Author: | iker [ Sun Jan 22, 2006 5:20 pm ] |
Post subject: | |
Did you put the Spryte.tu in the turing predefs folder??? Because it should work. Read the READ ME.txt, first thing it tells you to do. |
Author: | iker [ Wed Feb 01, 2006 2:41 pm ] | ||||
Post subject: | |||||
I know have the MOST UP TO DATE Spryte Module where now you can also draw a single frame from a set so that you can have
instead of.
The new use? you don't have to include any Pic.Draws into your program, you can use the Spryte Module for all (well almost all) drawing/animating needs. Theres still a help file and a "test" example included in the tiny .rar, so you shouldn't have to ask any questions on how to use it. Comments and suggestions are greatly appreciated |