Topic:   4.0 Progress?   (Read 26226 times)


0 Members and 1 Guest are viewing this topic.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: 4.0 Progress?
« Reply #15 on: June 10, 2008, 04:25:11 PM »
Oh, I see what you mean. That's a very strange equation indeed.
I survived the spammage of 2007

Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: 4.0 Progress?
« Reply #16 on: June 11, 2008, 08:13:07 AM »
I'm hoping to be able to use more complex commands. I'll be working on improving the command parser soon, so we'll see how it goes.

alias


  • Guest
Re: 4.0 Progress?
« Reply #17 on: June 12, 2008, 06:23:18 AM »
I would like to see some real loops, like FOR or DO loops. That would add some cool functionality. Also, the ability to use the KeyDown$ variable all the time, not just in a key down block.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: 4.0 Progress?
« Reply #18 on: June 12, 2008, 06:32:54 AM »
Quote
Also, the ability to use the KeyDown$ variable all the time, not just in a key down block.
What do you mean? You can use that variable just like any other variable.
I survived the spammage of 2007

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #19 on: June 12, 2008, 07:58:15 AM »
I think he means he wants the keydown variable always accessible not just under the pretense of pressing a button. In other words he wants it so you don't have to use the ON KEYDOWN command.
Also you can do a FOR loop
x = 0
REPEAT 10
x = x + 1
'do cool stuff
END REPEAT
« Last Edit: June 12, 2008, 07:59:54 AM 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.

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #20 on: June 17, 2008, 08:55:41 AM »
A feature that I would like is the ability to take out words from a string variable. Like
string$ = "look at the ball"
string$ = string$ - "at "
now: String$ = "look the ball"
Instead of
string$ = "look at the ball"
string1$ = Left$ string$ 4
string2$ = Right$ string$ 9
string$ = string1$ + string2$
now: String$ = "look the ball"
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.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: 4.0 Progress?
« Reply #21 on: June 17, 2008, 12:14:57 PM »
SC has those I think.
I survived the spammage of 2007

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #22 on: June 18, 2008, 01:00:10 PM »
I'm not using SC I am using GM.
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.

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: 4.0 Progress?
« Reply #23 on: June 25, 2008, 10:10:10 AM »
the gm boards are messed up, when i log in then click a topic it logs me out

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #24 on: June 25, 2008, 12:59:14 PM »
Tell me about it I got an account there once and I never received activation eMail no matter how many times I used the password reminder it never came.
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.

Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: 4.0 Progress?
« Reply #25 on: June 26, 2008, 11:47:32 AM »
Quote
the gm boards are messed up, when i log in then click a topic it logs me out

I just made 2 test posts and it's working fine. I know Mike is looking into upgrading the boards, so maybe he was doing something at the time. It's working now. The only problem I see is that you can't modify profiles. I'm trying to get Mike to fix that.
« Last Edit: June 26, 2008, 11:48:01 AM by AlStaffieri »

Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: 4.0 Progress?
« Reply #26 on: June 26, 2008, 11:48:39 AM »
Quote
Tell me about it I got an account there once and I never received activation eMail no matter how many times I used the password reminder it never came.

Then your email account is blocking it as spam.
« Last Edit: June 26, 2008, 11:49:24 AM by AlStaffieri »

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #27 on: June 26, 2008, 12:12:28 PM »
Actually it just came today finnaly.
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.

alias


  • Guest
Re: 4.0 Progress?
« Reply #28 on: July 01, 2008, 06:21:14 AM »
So Al... how far away would you say GM 4 IS?

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: 4.0 Progress?
« Reply #29 on: July 01, 2008, 07:24:44 AM »
My guess is very far... away that is!

Seriously though, here's to the release of 4.0 being sooner than later. *toasts*

EDIT:

Wait... having read the syntax of your post properly, my sentence doesn't make sense. I thought you had asked how far along 4.0 was.
« Last Edit: July 01, 2008, 02:27:20 PM by Silverwind »
I survived the spammage of 2007