Computer Science Canada Sprites For Turing 4.x! |
Author: | Dan [ Sat Mar 06, 2004 3:41 pm ] |
Post subject: | Sprites For Turing 4.x! |
Check out this thing i made here: http://www.compsci.ca/mx/index.php?page=58 you may need to know how to import unit files to get it working. If you guys rember what Sprites where u may find this cool. For thous who do not, they are like pics but when u move them they dont deleleat the backgorup so it makes animation easer and better b/c you dont have to redraw the back gorund every few seconds. I got a doc on there on how to uses them to so that may help explaine it a bit. |
Author: | apomb [ Sat Mar 06, 2004 3:50 pm ] |
Post subject: | |
Every time i try to use sprites in turing 4.05 , it never works, even the examples in the reference don't work... why does this one? .. do you have to download the .tu file for it to work? |
Author: | Dan [ Sat Mar 06, 2004 3:53 pm ] |
Post subject: | |
yes, beacue i made it all my self u have to use my comands listed on that page. Edit: why? b/c holth was dum and dan figgered out how to do it easly (well not that eassy but if u know what u are doing) |
Author: | apomb [ Sat Mar 06, 2004 4:09 pm ] | ||
Post subject: | |||
here is a program using your sprites, but it stops moving the sprite after a couple of keystrokes. i did it in like 10 minutes too.
EDIT : I took off the border boundaries |
Author: | rizzix [ Sat Mar 06, 2004 4:26 pm ] | ||
Post subject: | |||
hey i have my own fix for sprites in turing.. i'll post it here.. sry but the code is not documented, heh not time here are the available functions for ur use.
NOTE: u need turing ver 4.0.5d++ for it to work |
Author: | rizzix [ Sat Mar 06, 2004 4:29 pm ] |
Post subject: | |
here is an implementation of it using some old 2d motion description library of mine,, meh. i guess there's some use if it. heh. |
Author: | Dan [ Sat Mar 06, 2004 6:53 pm ] | ||
Post subject: | |||
CompWiz333 wrote: here is a program using your sprites, but it stops moving the sprite after a couple of keystrokes. i did it in like 10 minutes too.
try this:
|
Author: | apomb [ Sat Mar 06, 2004 6:59 pm ] |
Post subject: | |
OMG that is Amazing!!! i used the monkey picture and it looks great! I think im gonna use this to make a kick a** program!! |
Author: | Dan [ Sat Mar 06, 2004 7:08 pm ] |
Post subject: | |
i think the realy question is if i could make this in a day and rizzix made one two. why is it not inculded in turing? i mean if tom can't progame that well may be we should give him this code for his next update, lol |
Author: | apomb [ Sat Mar 06, 2004 7:15 pm ] |
Post subject: | |
I would like to see you do that , quite thae challenge tho eh? |
Author: | recneps [ Sat Mar 06, 2004 8:55 pm ] |
Post subject: | |
Haha, i read source code post before this one and suggested the very thing you said Dan and nice Job. show em up! Ask them to pay for compsci hosting for your contributions! |
Author: | the_short1 [ Sat Mar 06, 2004 9:44 pm ] |
Post subject: | |
yea,,,, if we started to hand over some turorials and source in exchange for compsci being hostedby holtsoft.. and getting linked from holtsoft.. . that would rip..... hacker dan you should email tom.. |
Author: | Dan [ Sat Mar 06, 2004 9:52 pm ] |
Post subject: | |
ya i should, lol. we are all ready liked from them tho :p on there hard to find turing likes page. also i found a small bug in my sprite code, if u are 1/2 on the scrren and 1/2 off with a sprite and another one hits it while both are moving it can mess the back gorund a bit. i am curlty fixing this and will post a better verson some time soon. |