Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: Help with isometric gaming  (Read 859 times)

0 Members and 1 Guest are viewing this topic.

Devy

Help with isometric gaming
« on: August 23, 2007, 08:38:14 am »
Hello,

Yes I haven't been on in a while...

I was wondering if someone could point me to tutorials  on making isometric games with game maker 5

any help is appreciated
 
to know why I've been gone, don't hesitate to ask me. 

hope for great futures,

Devy
but still ur mom
:p
Logged
Re: Help with isometric gaming
« Reply #1 on: August 23, 2007, 08:47:43 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 2690
Hmm, it would certainly help to know what exactly are you looking for...
For movement you just have to do... (if I'm not mistaken):
Left-Up:
Quote
x-=5;
y-=5;
sprite_index=...;
Left-Down:
Quote
x-=5;
y+=5;
sprite_index=...;
Right-Up:
Quote
x+=5;
y-=5;
sprite_index=...;
Right-Down:
Quote
x+=5;
y+=5;
sprite_index=...;
I hope that helped, even though it's just the basic movement. >_>
Logged

Devy

Re: Help with isometric gaming
« Reply #2 on: August 23, 2007, 08:57:19 am »
lets say diablo II style
thanks ricky
regards,
Devy
Logged

Devy

Re: Help with isometric gaming
« Reply #3 on: August 24, 2007, 07:29:21 am »
anyone?
Logged
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.043 seconds with 42 queries.

anything