Computer Science Canada rolling text effect |
Author: | Prince [ Wed May 21, 2003 5:37 pm ] | ||
Post subject: | rolling text effect | ||
i looked in the text effects tutorial section already so dont bother tellin me to go there... although i did find half of wat i wanted to do
now how can i reverse it so that it makes the letters disappear like this H HE HEL HELL HELLO ELLO LLO LO O basically wat im askin is is there a way for me to draw out the word one character at a time then take it away one character at a time (using Font.Draw) |
Author: | Solo [ Wed May 21, 2003 6:03 pm ] | ||
Post subject: | Try this :) | ||
Is this what you wanted? You can replace the cls with a Draw.Box, if you want to not have it take out the whole screen, there are other ways of doing this, this is prolly just the simplest. |
Author: | Prince [ Wed May 21, 2003 8:52 pm ] |
Post subject: | |
no thats not exactly wat i wanted... wen i tried to draw it out it came out wrong... its supposed to just erase the word from the beginning but leave the other stuff on the screen |
Author: | hez [ Wed May 21, 2003 11:01 pm ] | ||
Post subject: | here | ||
here it isif you still need it
|
Author: | Blade [ Thu May 22, 2003 7:49 am ] | ||
Post subject: | |||
i'm not sure. but i dont think thats what he wanted either. he wanted it using Font.Draw. i had to do it for my hangman game but i couldnt get the letters spaced out correctly. i dont know if there's a better way but this is what i used
|
Author: | Prince [ Thu May 22, 2003 9:45 am ] |
Post subject: | |
no thats not exactly wat i wanted either... ok ill try and write it out again... its supposed to b like this H HE HEL HELL HELLO ..ELLO ....LLO ......LO ........O .......... the dots represent spaces |
Author: | AsianSensation [ Thu May 22, 2003 10:09 am ] | ||
Post subject: | |||
Here, Im not too sure about the spacing though, see if you can fix it |
Author: | Prince [ Thu May 22, 2003 10:17 am ] |
Post subject: | |
thnx, thats exactly wat i wanted... but now i hav another problem wher wen the font gets used too much (using Font.Draw) it reverts back to its default font... i tried using Font.Free but im not sure if it worked... can sumone tell me how to avoid this |
Author: | Blade [ Thu May 22, 2003 10:45 am ] | ||
Post subject: | |||
ok. i fixed it. it has correct spacing and is printed how you want it.
and why are you getting that error? i've never got one that had to do with a font |
Author: | Prince [ Thu May 22, 2003 4:18 pm ] |
Post subject: | |
im not sure y that happens with the font but if u loop it around about 80-90 times it goes back to default turing font |
Author: | Blade [ Thu May 22, 2003 7:54 pm ] |
Post subject: | |
it didnt do it with me.... must be something you have done in your program |
Author: | Prince [ Thu May 22, 2003 10:06 pm ] |
Post subject: | |
do u use v3 or v4 blade, cus i tested my program at home (with v4) and i didnt get the same error... mayb its only v3 |
Author: | Blade [ Fri May 23, 2003 7:43 am ] |
Post subject: | |
probably. i use version 4.x lol. version 3 sucks |