Hellbroth's Profile User Rating: -----

Reputation: 17 Tradesman
Group:
Contributors
Active Posts:
190 (0.14 per day)
Joined:
15-August 09
Profile Views:
7,973
Last Active:
User is offline May 29 2012 04:28 PM
Currently:
Offline

Previous Fields

Country:
GR
OS Preference:
Windows
Favorite Browser:
FireFox
Favorite Processor:
Intel
Favorite Gaming Platform:
Playstation
Your Car:
Who Cares
Dream Kudos:
100

Latest Visitors

Icon   Hellbroth has not set their status

Posts I've Made

  1. In Topic: 2D Sprite Rotation

    Posted 25 May 2012

    Create a new Vector2 to hold the original position.

    So :

    Vector2 originalPosition = new Vector2(400,500);
    
    



    Then to do your rotation use the originalPosition.X or originalPosition.Y depending on what
    you wouldlike to do.
  2. In Topic: Beginning Android Game developement from scratch?

    Posted 27 Apr 2012

    Here is a collection of videos on how to make a simple game
    on Android this guy is really good and informative plus it goes
    through a lot of concepts such as sprite animation , collision detection
    sounds etc.

    My link

    Hope it helps =d
  3. In Topic: Creating Simple File Chooser

    Posted 8 Nov 2011

    It doesn't say anything but apparently it crashes cause i change Active to extends ListActivity.

    I even made a new project an just changed that line and it still crashes this is crazy there is no
    reason :S
  4. In Topic: Creating Simple File Chooser

    Posted 7 Nov 2011

    When i run it just crashes why is this happening???
    I am using 2.2 and API 8

    You think this is the problem?????
  5. In Topic: Adding Vectors.

    Posted 21 Sep 2011

    Solved it...Din't know i could use pointers like that...

    void add(int *a, int *b, int *c, int n){
    
    	for(int i=0; i<n; i++)
    	{
    		c[i] = a[i] + b[i];
    		printf("%d ",c[i]);
    	}
    
    }
    
    

My Information

Member Title:
D.I.C Head
Age:
24 years old
Birthday:
January 14, 1989
Gender:
Interests:
Games,Playing the guitar,Anime
Full Name:
Michael Almyros
Years Programming:
2
Programming Languages:
C,C++,C#,Pascal,PHP,Visual Basic,Java

Contact Information

E-mail:
Click here to e-mail me
MSN:
MSN  Hellbrothsnetcom@hotmail.com
Website URL:
Website URL  http://

Friends

Comments

Hellbroth has no profile comments yet. Why not say hello?