Topic:   Moola Invites!   (Read 8227 times)


0 Members and 1 Guest are viewing this topic.

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Moola Invites!
« Reply #15 on: November 12, 2008, 04:49:43 PM »
Sounds great! Want an invite for Moola gan?

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: Moola Invites!
« Reply #16 on: November 12, 2008, 04:51:31 PM »
Quote
P.S. There is a way to make the engine scrollable. Load 5 separate maps at one time and have the map coord. offset by the other maps. I'm going to see if I can create it in vb.net. You don't really have to change the engine, just have it run 5 times for all 5 maps.
I am trying to understand what you are asking. Are you trying to make it load bigger maps?
« Last Edit: November 12, 2008, 04:52:12 PM by Tireas_Dragon »
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Moola Invites!
« Reply #17 on: November 12, 2008, 04:53:30 PM »
Quote
Sounds great! Want an invite for Moola gan?

What's a Moola?

Quote
I am trying to understand what you are asking. Are you trying to make it load bigger maps?

Yes, but not only that, this will make the maps scrollable and keep the character centered in the middle of the screen.


-Gandolf

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Moola Invites!
« Reply #18 on: November 12, 2008, 04:57:11 PM »
Quote

What's a Moola?


Yes, but not only that, this will make the maps scrollable and keep the character centered in the middle of the screen.


-Gandolf

Read the first post lol.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Moola Invites!
« Reply #19 on: November 12, 2008, 05:04:56 PM »
I'm not sure. Maybe I will try it later, but am kind of busy. Does it need any personal info?


-Gandolf

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Moola Invites!
« Reply #20 on: November 12, 2008, 05:16:13 PM »
Yes, you'll see when you get the invite.

This site checks out too. PC World's top 15 places to spend time on the internet. If you want an invite, PM me with your email.


« Last Edit: November 12, 2008, 05:16:35 PM by Swampthing »

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: Moola Invites!
« Reply #21 on: November 12, 2008, 05:34:07 PM »
Quote
Yes, but not only that, this will make the maps scrollable and keep the character centered in the middle of the screen.
OK this is how it is done in GM
Code: [Select]
'  Gridlayout$ is the grid
Gridlayout$ = "long stuff that tell what are walls and what aren't
Gridlayout2$ = "additional stuff that was inserted incase original Gridlayout exceeded 255 characters"
Gridlayout3$ etc.
'now I am going on the basis that all the squares are 48 x 48 so this
'is how is is coded for them. We are going to have a grid size thats is
'40 x 40 squares.
SPRITE 2 centerofscreenX centerofscreenY man.gif
ON KEYDOWN
IF keydown$ = "UPARROW" THEN manV = manV - 1
IF keydown$ = "DOWNARROW" THEN manV = manV + 1
IF keydown$ = "LEFTARROW" THEN manH = manH - 1
IF keydown$ = "RIGHTARROW" THEN manH = manH + 1
checknumber = manV * 40
checknumber = checknumber - 40
checknumber = checknumber + manH
setcheck$ = Gridlayout$
IF checknumber > 255 THEN
  setcheck$ = Gridlayout2$
  checknumber = checknumber - 255
END IF
IF checknumber > 255 THEN
  setcheck$ = Gridlayout3$
  checknumber = checknumber - 255
END IF
'etc
check$ = MID$ setcheck$ checknumber 1
IF check$ = "1" THEN
  IF keydown$ = "UPARROW" THEN manV = manV + 1
  IF keydown$ = "DOWNARROW" THEN manV = manV - 1
  IF keydown$ = "LEFTARROW" THEN manH = manH + 1
  IF keydown$ = "RIGHTARROW" THEN manH = manH - 1
ELSE
  IF keydown$ = "UPARROW" THEN worldY = worldY + 48
  IF keydown$ = "DOWNARROW" THEN worldY = worldY - 48
  IF keydown$ = "LEFTARROW" THEN worldX = worldX + 48
  IF keydown$ = "RIGHTARROW" THEN worldX = worldX - 48
END IF
SPRITE 1 worldX worldY Worldmap.gif
END KEYDOWN
This is a really simple way of doing it. Just change the 48 based on how big your squares are and the 40 based on how many squares there are across.
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Moola Invites!
« Reply #22 on: November 24, 2008, 07:33:01 AM »
So, did anyone actually accept the invite?

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: Moola Invites!
« Reply #23 on: November 24, 2008, 09:29:27 AM »
I wouldn't count on it.
I must be dreaming (wake up me wake up) How could this have happened. Tireas' cry when he found his computer fallen over in his chair with it's screen shattered.

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: Moola Invites!
« Reply #24 on: November 24, 2008, 11:32:12 AM »
I meant to, Moola is on my list of things to get into.

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Moola Invites!
« Reply #25 on: November 24, 2008, 03:21:07 PM »
Alright.

$6.00 current balance atm btw, haven't had a ton of time on Moola. They brought out some new functionality, and it's still a great site. Plan on playing more today. :D

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Moola Invites!
« Reply #26 on: December 04, 2008, 07:05:40 PM »
Is anyone actually going to sign up lol?  ::)

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: Moola Invites!
« Reply #27 on: December 04, 2008, 07:16:18 PM »
I completely forgot  :P

I'll do it soon.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: Moola Invites!
« Reply #28 on: December 04, 2008, 07:38:32 PM »
Too busy with Avisaria. Recoding it, and am getting really far. No bugs so far! Woohoo!


-Gandolf

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: Moola Invites!
« Reply #29 on: January 11, 2009, 07:01:54 PM »
I take it everyone's ditched this, regardless, I cashed out for $10 and have been approved, so I'll get the cheque soon.