Search found 16 matches

by mahenthinks
November 25th, 2012, 3:38 pm
Forum: Everything
Topic: Hey Bros!
Replies: 16
Views: 6236

Re: Hey Bros!

Good to see you back.. :) :)
by mahenthinks
November 14th, 2012, 1:36 pm
Forum: Everything
Topic: My newGame "Snakes"
Replies: 7
Views: 3188

Re: My newGame "Snakes"

Hello toddfather ,
Thanks for your suggestion .I will surely implement them in the game.Here is the solution files .This has a lots of "dirty coding".But try to understand it if you find any problem please tell me...
http://www.mediafire.com/?xr5fwp9kp96gxze
by mahenthinks
November 13th, 2012, 3:58 am
Forum: Everything
Topic: My newGame "Snakes"
Replies: 7
Views: 3188

Re: My newGame "Snakes"

viruskiller @ - thanks for your liking.
I posted the .exe file instead of solution just beacuse I can share this with all of my friends who dont have any "DirectX SDK" and "Visual C++" intalled on their pc.
by mahenthinks
November 12th, 2012, 11:48 am
Forum: Everything
Topic: My newGame "Snakes"
Replies: 7
Views: 3188

My newGame "Snakes"

Hi guys,

Here is my new game "Snakes".Try this and tell me if you like it or you have any suggestion to make this better.Once again I would like to thanks Mr. Chilli for his tutorials.
Here is the link http://www.mediafire.com/?q6o01pqqz7nx7de.
by mahenthinks
November 12th, 2012, 4:05 am
Forum: Everything
Topic: Test this sound
Replies: 5
Views: 2545

Re: Test this sound

@Muttley - Thanks my problem is solved. I was using the sound the wrong way.
by mahenthinks
November 11th, 2012, 2:23 pm
Forum: Everything
Topic: Test this sound
Replies: 5
Views: 2545

Re: Test this sound

@Lux - it didn't work .The online converted wav file are "mute" in the game.I am using Audacity to convert but its not working.I have just completed my game and I want to use sound in it.Please somebody help me .... :oops: :oops: :oops:
by mahenthinks
November 11th, 2012, 6:03 am
Forum: Everything
Topic: Test this sound
Replies: 5
Views: 2545

Test this sound

Hello guys,
I download this sound form the internet and conveted to .wav format . When I play this sound it sounds fine But when I use this in my game it became rubbish.
Please help me :|
by mahenthinks
October 24th, 2012, 4:31 pm
Forum: Everything
Topic: Rotation Problem
Replies: 22
Views: 8222

Re: Rotation Problem

Hello Mr. Chili ...I was waiting for your answer..
It is a raster sprite, which I want to rotate..
by mahenthinks
October 20th, 2012, 5:49 pm
Forum: Everything
Topic: Rotation Problem
Replies: 22
Views: 8222

Re: Rotation Problem

Ok , I am waiting for Mr. Chilli 's answer.
by mahenthinks
October 20th, 2012, 2:08 pm
Forum: Everything
Topic: Rotation Problem
Replies: 22
Views: 8222

Rotation Problem

I want to rotate a sprite on its axis.I used the formula
x` = x*cos(angle) - y*sin(angle)
y` = x*sin(angle)+y*cos(angle)
How can I get the angle of its pivot point??I hope you get the idea of my problem.