Die Suche hat 6 Ergebnisse ergeben.

Übersicht

raynesa

Thema: Beginners-Corner - Pong-Spiel
Betreff: Thanks
Sa, Okt 01, 2011 20:57
Antworten: 9
Aufrufe: 3894
Thanks guys, I shall give that a go.

With regards to your comment "Xeres"; I dont see a problem with posting question on a forum and find it easier to learn asking questions apossed to fo ...

raynesa

Thema: Beginners-Corner - Pong-Spiel
Betreff: More details
Sa, Okt 01, 2011 19:56
Antworten: 9
Aufrufe: 3894
Thanks for your help and advice.

Instead of drawing the paddles, I would actually like to import an image of my own in, like I have done with the ball.

i.e paddle1 = LoadImage("Paddle1.b ...

raynesa

Thema: Beginners-Corner - Pong-Spiel
Betreff: Code so far
Sa, Okt 01, 2011 14:16
Antworten: 9
Aufrufe: 3894
Bislang habe ich den folgenden Code erzeugt;



Global GW = GraphicsWidth()
Global GH = GraphicsHeight()
Graphics 800,600
speedX = Rand( -3, 3 );
speedY = Rand( -3, 3 );
Const ESCAPE = 1
b ...

raynesa

Thema: Beginners-Corner - Pong-Spiel
Betreff: Pong-Spiel
Sa, Okt 01, 2011 10:01
Antworten: 9
Aufrufe: 3894
Weiß jemand, wo ich ein Beispiel-plog Spiel in Blitz3D nur damit ich sehen kann, wie sie gebaut werden gebaut bekommen kann?
Hoffe jemand kann helfen.
Dank

Laughing

raynesa

Thema: Beginners-Corner - Bouncing Ball?
Betreff: Thanks
Sa, Okt 01, 2011 9:53
Antworten: 3
Aufrufe: 1749
Thanks a lot for your help guys I have got it working Smile
Shocked

raynesa

Thema: Beginners-Corner - Bouncing Ball?
Betreff: Bouncing Ball?
Fr, Sep 30, 2011 14:02
Antworten: 3
Aufrufe: 1749
Hi there,


I am trying to create an animation of a ball which goes in a random direction and bounces of the edge of each screen.

So far I have been able to use the LoadImage function along wit ...

Gehe zu:

Powered by phpBB © 2001 - 2006, phpBB Group