OFFICIAL GMS 2.3.0 BETA ANNOUNCEMENT

Status
Not open for further replies.

gnysek

Member
Juju, DatZach and Nomminn worked on a destructor/weak reference system for 2.3 which may interest you to play around with.
There will be 2.3.1 beta right after 2.3.0 release from what I understand in "help" forums. YYG seems to already have some another additions/extensions/improvements to what's new in 2.3.0 (probably to not prolong release anymore? Those might be things they came into during beta then). I hope that there will be at least one small addition to simplify mentioned task.
 

Zhanghua

Member
GML:
function test() constructor{
    static a = 1;
    var a=2;
}
t = new test();
show_message( t.a )
The mystery syntax.

I WANNA show static a=1, but it's 2.
What's the overlap regular???
 
I'm happy to say that the HTML5 image_index bug I experienced seems to work for me now on the latest version. I'm not a very intensive tester though but as far as I've tested, it works!
 
Status
Not open for further replies.
Top