Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Thu Feb 06, 2003 11:21 pm
Restored from previous forum. Originally posted by stefhan .
hi all,
I would like to know if it's possible to create a "sprite" and
read/write pixels directly (without using screen/file routines) ?
I would like to generate sprite with a program without display it
before finishing write (no write to temp file too...),
like reading/writing a "dim" var...
Thx
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Thu Feb 06, 2003 11:30 pm
Restored from previous forum. Originally posted by fred .
Just use the following:
If StartDrawing(SpriteOutput())
; Use all 2D command directly on your sprite here..
StopDrawing()
EndIf
Fred - AlphaSND
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Thu Feb 06, 2003 11:33 pm
Restored from previous forum. Originally posted by stefhan .
Wow what a quick reponse !!! (<9min!)
Does 2ddrawing commands are available on linux PB version ?
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Thu Feb 06, 2003 11:47 pm
Restored from previous forum. Originally posted by fred .
Not for now, but it will come.
Fred - AlphaSND
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Fri Feb 07, 2003 12:17 am
Restored from previous forum. Originally posted by stefhan .
I will waiting ...
Any idea on the date of the next version of linux PB ?
P.S: I're you never sleeping ? May be you're a computer
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Fri Feb 07, 2003 8:13 am
Restored from previous forum. Originally posted by fred .
Should be released monday.
Fred - AlphaSND
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Sun Feb 09, 2003 10:46 am
Restored from previous forum. Originally posted by dmoc .
WoooHoooo!
BackupUser
PureBasic Guru
Posts: 16777133 Joined: Tue Apr 22, 2003 7:42 pm
Post
by BackupUser » Sun Feb 09, 2003 1:48 pm
Restored from previous forum. Originally posted by dreamer .
Yes !