2D: DrawSmoothScrollingText in DirectDraw

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

Search for ICE userlib
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

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)
Some addtional flags where missing.
Here is the complete code:
Enumeration 1
#GameType_Shooter
#GameType_RPG
#GameType_1stPerson
#GameType_Platform
EndEnumeration

Enumeration 2 ;AdditionalFlags
#Make_me_rich
#Make_me_popular
#Make_me_handsome
#Make_me_sexy
#Make_me_next_AmericanIdol

EndEnumeration

Procedure.l CreateGame(gameType.l, players.l, levels.l, lives.l, showScore.l, AdittionalFlags.l)
:D
Post Reply