Search found 5 matches

by surfer_ix
Sun Sep 24, 2006 3:16 pm
Forum: Game Programming
Topic: small 2D shooter with some impressive effects
Replies: 150
Views: 66345

Right

I'm a OOP professionnal.
I like it and can't do without it as a professionnal.
I've used the DirectX wrapper component for Delphi (made by a very clever Chinese guy (the Delphi's community never had news from him for years, we still don't know if... he's alive !)). The component is called DelphiX ...
by surfer_ix
Thu Sep 21, 2006 6:56 am
Forum: Coding Questions
Topic: Beginner : DrawImage
Replies: 3
Views: 846

Wow !

It has been said the community here is very good.
It's awesome ! Thank you !
by surfer_ix
Wed Sep 20, 2006 11:34 pm
Forum: Coding Questions
Topic: Beginner : DrawImage
Replies: 3
Views: 846

Beginner : DrawImage

How comes this code doesn't work (my image doesn't appear) :

UsePNGImageDecoder()

If InitSprite()=0 Or InitKeyboard()=0
MessageRequester("Erreur","DirectX",0)
End
EndIf

ScreenWidth.w=1280
ScreenHeight.w=1024
If OpenScreen(ScreenWidth, ScreenHeight, 32, "Our")=0
MessageRequester("Erreur ...
by surfer_ix
Wed Sep 20, 2006 10:18 am
Forum: Game Programming
Topic: small 2D shooter with some impressive effects
Replies: 150
Views: 66345

@amiga5k : I'd like to see more graphics and sound related improvements done either !
by surfer_ix
Wed Sep 20, 2006 10:15 am
Forum: Game Programming
Topic: small 2D shooter with some impressive effects
Replies: 150
Views: 66345

What a mess !

I think no one is cheeky.
It's all a matter of misunderstanding.
I've been programming for a living for 10 years, and I'll never consider myself as "being an expert" of something.
But as far as I know (as I do either), OO programming helps you but you can do without it.
OO Programming is well-suited ...