PureBasic Forums - English
Skip to content
Search
Advanced search
Search
Unanswered topics
Active topics
Search
Home
Board index
Search
Search found 26 matches
Go to advanced search
Search
Advanced search
Search found 26 matches
1
2
Next
by
RedmoonX
Tue Feb 01, 2005 3:53 pm
Forum:
Coding Questions
Topic:
Blend Color
Replies:
0
Views:
526
Blend Color
hey i wonder how to change the color of a 3dsprite during run time
with something called "blend_color"
etc a completely White sprite will be 100 % the color the the blend color is
and black will stay black
but atleast how to change the hue of a sprite on runtime??
RedmoonX
Jump to post
by
RedmoonX
Mon Jan 31, 2005 8:29 pm
Forum:
Coding Questions
Topic:
whats fastest
Replies:
4
Views:
957
its about making a game with many instances.. and i saw in the demo that follows that they using ELEMENTS to keep track of all instances and move them and draw them
but is it faster then having all of them being sorted in arrays
like structure arrays
Jump to post
by
RedmoonX
Mon Jan 31, 2005 8:12 pm
Forum:
Coding Questions
Topic:
whats fastest
Replies:
4
Views:
957
whats fastest
whats fastest for having lots of instances on screen
using:
structures with arrays ex.
structure Instance
x.f[1000000]
y.f[1000000]
image.f[1000000]
endstructure
or using:
elements
like resetelements
addelements
i would really need to know
Jump to post
by
RedmoonX
Mon Jan 31, 2005 7:34 pm
Forum:
Game Programming
Topic:
How should i write this? (sloved)
Replies:
5
Views:
2203
ohh
that was bad
RedmoonX ( Slaughter from gmc )
Jump to post
by
RedmoonX
Mon Jan 31, 2005 1:30 pm
Forum:
Game Programming
Topic:
How should i write this? (sloved)
Replies:
5
Views:
2203
keyboardinkey()
returns what key thats is pressed
Jump to post
by
RedmoonX
Mon Jan 31, 2005 10:56 am
Forum:
Coding Questions
Topic:
Some Questions
Replies:
6
Views:
913
haha thanx for all replies
and the beeps it mostly for fun
i heard that u can do some cool songs
lol
and not for terrorize others
and i saw the OGRE page and saw it was wonderful 3D...
Jump to post
by
RedmoonX
Sun Jan 30, 2005 11:15 pm
Forum:
Coding Questions
Topic:
Some Questions
Replies:
6
Views:
913
Some Questions
1:
what will the 3d ogre engine be capable to do when it get?
finished
2:
can Pure Basic use the sound card that is inbuild in the computer
that sounds that dos use.. all bleeps and such?
3:
when will purebasic 4.0 get out
?
RedmoonX
Jump to post
by
RedmoonX
Sun Jan 30, 2005 12:48 pm
Forum:
Coding Questions
Topic:
Animations
Replies:
4
Views:
1655
Animations
is there any way to use GIF images to make animations
ir must u display differrent images
like show image1 then image2 then image 3
RedmoonX
Jump to post
by
RedmoonX
Sat Jan 29, 2005 1:17 pm
Forum:
Coding Questions
Topic:
Hey :) How to get the number of frames ingame??
Replies:
1
Views:
718
Hey :) How to get the number of frames ingame??
like instead of "SetFrameRate()" i want to do this ingame to check
how many fps the program has "GetFrameRate()"
but i cant find anything
is it any algorithm to get fps??
RedmoonX
Jump to post
by
RedmoonX
Thu Jan 27, 2005 10:55 pm
Forum:
Coding Questions
Topic:
Structure Problem
Replies:
5
Views:
1349
thx.. the structures isnt the same
the first is "my_struct, my_pointer" the second is
"my_struct2, my_pointer2"
but now i now how to share the variables
thx
it worked
RedmoonX
Jump to post
by
RedmoonX
Thu Jan 27, 2005 10:49 pm
Forum:
Coding Questions
Topic:
Structure Problem
Replies:
5
Views:
1349
lol
haha when i try to make "my_struct2" or "my_pointer2" global
then i get error
variable already decleared with another type: my_pinter 2
all i did was adding "global my_pointer 22 before procedure my_struct2()
plzz help
RedmoonX
Jump to post
by
RedmoonX
Thu Jan 27, 2005 10:22 pm
Forum:
Coding Questions
Topic:
Structure Problem
Replies:
5
Views:
1349
Structure Problem
; this works
Structure my_struct
my_x.l
my_y.l
my_sprite.l
EndStructure
my_pointer.my_struct
my_pointer\my_x = 2
Debug my_pointer\my_x
; this works not
Procedure function()
Structure my_struct2
my_x.l
my_y.l
my_sprite.l
EndStructure
my_pointer2.my_struct2
EndProcedure
Procedure set ...
Jump to post
by
RedmoonX
Tue Jan 25, 2005 11:04 pm
Forum:
Coding Questions
Topic:
Movie Playing Problem (ignore)
Replies:
7
Views:
1735
okay ill try when i get a full version
Jump to post
by
RedmoonX
Tue Jan 25, 2005 9:20 pm
Forum:
Coding Questions
Topic:
Movie Playing Problem (ignore)
Replies:
7
Views:
1735
try my code then its identcly but it wont work for me :cry:
i have demo version
the first movie gets black and then the next starts but first is black
and when i drag the window around i see both movies with much
fliks on the screen
and when i see one of the 2 movies it goes very laggy
may be ...
Jump to post
by
RedmoonX
Tue Jan 25, 2005 7:10 pm
Forum:
Coding Questions
Topic:
Movie Playing Problem (ignore)
Replies:
7
Views:
1735
hehe i just maked almost the same thing before i looked at ur reply
and it worked
EDIT:
i tryed again with my code and with ur code and it wont show both movies
it only show one of the,
thx
Jump to post
Display:
All results
1 day
7 days
2 weeks
1 month
3 months
6 months
1 year
Sort by:
Author
Post time
Forum
Topic title
Post subject
Direction:
Ascending
Descending
Search found 26 matches
1
2
Next
Go to advanced search
Jump to
PureBasic
↳ Coding Questions
↳ Game Programming
↳ 3D Programming
↳ Assembly and C Programming in PureBasic
↳ The PureBasic Editor
↳ The PureBasic Form Designer
↳ General Discussion
↳ Feature Requests and Wishlists
↳ Tricks 'n' Tips
Bug Reports
↳ Bugs - Windows
↳ Bugs - Linux
↳ Bugs - Mac OSX
↳ Bugs - C backend
↳ Bugs - 3D Engine
↳ Bugs - IDE
↳ Bugs - Documentation
OS Specific
↳ AmigaOS
↳ Linux
↳ Windows
↳ Mac OSX
↳ Raspberry PI
Miscellaneous
↳ Announcement
↳ Off Topic
Showcase
↳ Applications - Feedback and Discussion
↳ PureFORM & JaPBe
↳ TailBite