2D: DrawSmoothScrollingText in DirectDraw
-
- User
- Posts: 22
- Joined: Sun Jun 15, 2008 2:34 pm
2D: DrawSmoothScrollingText in DirectDraw
This command would be awesome:
DrawSmoothScrollingText that takes a typical font antialiases it and uses directdraw to draw and takes an argument for the actual textmessage and where it should be drawn on screen.
So we can get buttersmooth scrolling horizontal text scrolling just like in the c64/amiga days very easily.
DrawSmoothScrollingText that takes a typical font antialiases it and uses directdraw to draw and takes an argument for the actual textmessage and where it should be drawn on screen.
So we can get buttersmooth scrolling horizontal text scrolling just like in the c64/amiga days very easily.
-10
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
lol
-20
-20
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
Code: Select all
Enumeration
#GameType_Shooter
#GameType_RPG
#GameType_1stPerson
#GameType_Platform
EndEnumeration
Procedure.l CreateGame(gameType.l, players.l, levels.l, lives.l, showScore.l)
Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.
Wow.byo wrote:Code: Select all
Enumeration #GameType_Shooter #GameType_RPG #GameType_1stPerson #GameType_Platform EndEnumeration Procedure.l CreateGame(gameType.l, players.l, levels.l, lives.l, showScore.l)
Which programming language is that?
I really, really want it !!!
PB Forums : Proof positive that 2 heads (or more...) are better than one 

- Fluid Byte
- Addict
- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
A "perfect programming language" does not exist, nowhere. If you really need these kind of features you havn't quite understood programming in general and are probalby better of with somthing like GamesFactory.Raybarg wrote:But in perfect programming language you could have function which would spawn exactly the program you want by just calling it...
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
-
- User
- Posts: 22
- Joined: Sun Jun 15, 2008 2:34 pm
- Fluid Byte
- Addict
- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
Okay, my joke was perhaps a bit mean. Fusion_400, don't get me wrong. There have been too many requests over time for 'all in one' features, and there was a discussion some time ago about '+1' replies, so I just couldn't help myself.
Sorry.
But... feel free to learn to program and ask for features, this forum is great and the people are great, so there's always some help.
Sorry.
But... feel free to learn to program and ask for features, this forum is great and the people are great, so there's always some help.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
- Fluid Byte
- Addict
- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
Well, to bet is not to know ...
Nevertheless, this request is bollocks.
Nevertheless, this request is bollocks.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?