Topic:   4.0 Progress?   (Read 25537 times)


0 Members and 1 Guest are viewing this topic.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
4.0 Progress?
« on: May 12, 2008, 09:47:44 AM »
How's 4.0 coming along Al? Any estimated release dates for screenshots or betas?
I survived the spammage of 2007

Charlo


  • GMG-er

  • **


  • Posts: 451
Re: 4.0 Progress?
« Reply #1 on: May 12, 2008, 06:43:34 PM »
I was just thinking about this.  I hope 4.0 comes out soon.

EqwanoX


  • Administrator

  • GMG Extraordinaire

  • *****


  • Posts: 1180
Re: 4.0 Progress?
« Reply #2 on: May 13, 2008, 03:48:33 PM »
whats it gonna have? methods?

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #3 on: May 13, 2008, 04:12:33 PM »
Actually Al said that he was going to put something like that in.

P.S. In real programming languages their proper name is a function.
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 #4 on: May 13, 2008, 04:46:04 PM »
Quote
P.S. In real programming languages their proper name is a function.
You should substitute "real" with "the majority". The majority of programming languages also have stupidly unnecessary syntax. :P
I survived the spammage of 2007

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: 4.0 Progress?
« Reply #5 on: May 20, 2008, 06:45:33 AM »
Hey Al, will there be a way to package sprites into a game in 4.0, like the way SC does?
I survived the spammage of 2007

Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: 4.0 Progress?
« Reply #6 on: May 23, 2008, 04:22:06 AM »
Quote
Hey Al, will there be a way to package sprites into a game in 4.0, like the way SC does?

I'm trying to make the games be a bundle so it will look like just the application and all of the stuff for the game will be inside that bundle "folder".

Work is moving along, but it's been very slow. I'm hoping it runs a lot faster than GM 3.
« Last Edit: May 23, 2008, 04:22:56 AM by AlStaffieri »

Swamp7hing


  • GMG-er

  • **


  • Posts: 751

  • I come from the swamps.
Re: 4.0 Progress?
« Reply #7 on: May 24, 2008, 09:51:03 AM »
Sounds Awesome! Any rough list of improvements that GM4 will have?

alias


  • Guest
Re: 4.0 Progress?
« Reply #8 on: June 02, 2008, 08:54:21 PM »
lol GM4 has been in development for a long time now hasnt it? I was so excited when you first posted the page on it. You might wanna update that.
Main thing im interested in is if it will contain some basic object orientated coding features. And hopfully more sprites with more speed. Even not ill still be very excited to buy it when it comes out.  :)

Al Staffieri


  • GMG-er

  • **

  • no avatar

  • Posts: 452

  • I love GameMaker
Re: 4.0 Progress?
« Reply #9 on: June 04, 2008, 05:33:00 AM »
It's coming along slowly. I just don't get as much time to work on it as I'd like. I will update my page to detail the progress. I might even be putting out a preview version real soon, so you get an idea of what it looks like.

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #10 on: June 10, 2008, 09:32:36 AM »
Will GM4 be able to handle mathematical problems during code as in:
IF x = RANDOM 5 THEN

IF x + y = z THEN

LET y = y + x * z

I can do all of these things right now but it takes and extra line of code and sometimes an extra variable.

currently these code lines are written as

LET y = RANDOM 5
IF x = y THEN

LET w = x + y
IF w = z THEN

LET w = x * z
LET y = y + w
« Last Edit: June 10, 2008, 09:37:28 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.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: 4.0 Progress?
« Reply #11 on: June 10, 2008, 09:41:45 AM »
Quote
Will GM4 be able to handle mathematical problems during code as in:
IF x = RANDOM 5 THEN
Certainly that would be impossible. ;)
I survived the spammage of 2007

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #12 on: June 10, 2008, 10:52:49 AM »
You can do it in BASIC. In fact I've done it in BASIC. but it is doubtful that Al will insert that 1.

« Last Edit: June 10, 2008, 10:54:40 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.

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: 4.0 Progress?
« Reply #13 on: June 10, 2008, 01:22:26 PM »
Quote
You can do it in BASIC.
:o What? But it's an improbable figure. A variable can't equal RANDOM anything, RANDOM is just a command to assign a varying value. Is it one of those commands that don't do or mean what the name makes them out to? Does it mean "IF x equals greater than 0 but less than 6" or something?

EDIT:

Hang on, will x's value be random each time it's referenced in BASIC after the "x = RANDOM y" command?
« Last Edit: June 10, 2008, 01:25:09 PM by Silverwind »
I survived the spammage of 2007

Tireas Dragon


  • GMG Extraordinaire

  • ***


  • Posts: 1626

  • Trying to recover from my shattered screen.
Re: 4.0 Progress?
« Reply #14 on: June 10, 2008, 02:29:51 PM »
IF x = RANDOM 5 THEN means that it will roll a RANDOM 5 and if x is equal to the random number it carries out the operation.
I would like something like IF x = 1-5 THEN command too
« Last Edit: June 10, 2008, 02:30:51 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.