Search found 74 matches

by filperj
Wed May 18, 2005 5:34 am
Forum: Off Topic
Topic: I think my car is acting weird..
Replies: 6
Views: 1768

Don't complain! It makes driving so much more interesting^^
by filperj
Tue May 17, 2005 11:13 pm
Forum: Off Topic
Topic: Labour accident !!
Replies: 3
Views: 1415

No... It cannot be for real ! :lol: :lol: :lol:
by filperj
Thu May 12, 2005 3:09 am
Forum: Game Programming
Topic: Voodoo!
Replies: 47
Views: 16195

Works nice here, too! :D

Only thing: when you're moving on a bridge, the feet of the character are not displayed correctly, looks like the sprites are not sorted exactly in the right order in that case :roll:

What kind of game will it be ?
by filperj
Wed May 11, 2005 3:02 pm
Forum: Coding Questions
Topic: Euro symbol
Replies: 7
Views: 2167

The problem may come from the fonts your system uses :roll:
by filperj
Sat Apr 30, 2005 10:10 pm
Forum: Announcement
Topic: Gloomy Nights and Living Dead
Replies: 22
Views: 5986

Nice work :D
I like this kind of simple gameplay :wink:
by filperj
Fri Apr 29, 2005 10:22 pm
Forum: Announcement
Topic: T3H WARG!!!!!!!! The video game :-D
Replies: 5
Views: 2107

WONDERFUL GAME !!!

Realistic and deeply immersive, astounding soundtrack, subtile senario...

*go back slaughter babiez*
by filperj
Tue Apr 19, 2005 7:26 pm
Forum: Coding Questions
Topic: Why windows can't be refreshed correctly?
Replies: 16
Views: 4107

please see these simple codes below:
The NotePad's window is displayed very badly.

Anyway, I don't know a workaround for SetParent_(), sorry. (I would be interested too, if an API Guru knows...)
by filperj
Mon Apr 18, 2005 9:40 pm
Forum: Coding Questions
Topic: Why windows can't be refreshed correctly?
Replies: 16
Views: 4107

You crashed my explorer too! :lol:
But I'm a proud Windows user, I'm not afraid of crashes. :wink:

When you use SetParent_(), the 2 windows must belong to the same app, maybe it's a part of your problem ?
by filperj
Sun Apr 17, 2005 11:43 pm
Forum: General Discussion
Topic: I failed geometry - need some coordinate help
Replies: 7
Views: 2719

8)
When you don't know the formula (I don't know many), think geometry as a graphic thing, and you will see the formula... Well, maybe not the really complex ones :roll:

(My english is poor :oops: , I don't know if this is really understandable)
by filperj
Sun Apr 17, 2005 11:20 pm
Forum: Announcement
Topic: PBarrows 0.6a
Replies: 4
Views: 1903

Finished the second level in 39 moves 8)
Seems impossible until you find how...
by filperj
Sun Apr 17, 2005 11:14 pm
Forum: Announcement
Topic: PBarrows 0.6a
Replies: 4
Views: 1903

I like it :D
The basic idea is really good... as is the implementation.
by filperj
Sun Apr 17, 2005 12:10 am
Forum: General Discussion
Topic: I failed geometry - need some coordinate help
Replies: 7
Views: 2719

Another try (to be tested):


;Structure POINT ; already defined in PB
; x.l
; y.l
;EndStructure

Global TabletTopWidth , TabletBottomWidth , TabletHeight
Global ScreenWidth , ScreenHeight
; initialize these globals as needed...


Procedure FillScreenCoordFromTablet(*ScreenCoord.POINT,TabletX ...
by filperj
Sat Apr 16, 2005 11:14 pm
Forum: Announcement
Topic: "This Is Art!" - A PureBasic Demo in 60kb
Replies: 55
Views: 19814

WOW
Impressive. I like how soundtrack and visual are synchronized...
This is art.
by filperj
Sat Apr 16, 2005 11:03 pm
Forum: Announcement
Topic: VectorBalls Demo
Replies: 6
Views: 2364

:D Yeah, nice one !
by filperj
Sat Apr 16, 2005 10:26 pm
Forum: General Discussion
Topic: I failed geometry - need some coordinate help
Replies: 7
Views: 2719

Maybe something like:

Code: Select all

 X coordinate on destination surface = ( Xcoordinate on source surface * width of destination surface ) / width of source surface