Jump to content


Mr. Aidan R.

Member Since 26 Mar 2010
Offline Last Active Jun 24 2012 04:05 PM

Posts I've Made

In Topic: HTML5 Bug

17 December 2011 - 10:06 AM

Have you run in debug mode to see if any JS errors are thrown? Maybe try using "show_message" every iteration to find exactly where it crashes? EG:

{
    with(exerciseGenerator) {
        var exercise, odds, operator, total;
        exercise = instance_create(argument0, argument1, obj_duck);
        odds = random(100);
    
        operator = ds_map_find_first(percentages);
        total = ds_map_find_value(percentages, operator);
    
        
        while(odds > total) {
            operator = ds_map_find_next(percentages, operator);
            total += ds_map_find_value(percentages, operator);
		show_message("No crash!#operator=" + string(operator) + "#total=" + string(total));
        }


Hi Nocturne, I cannot run it in debug mode as it crashes before I can scroll down the box.

Also did the show message, and it gave as a result:

No crash!
operator=-

No crash!
operator=*
total=0.75

No crash!
operator=/
total=1

No crash!
operator=0
total=1

Mike might be right it has something to do with the ds_map_find_next() or maybe the iteration itself?
Any suggestions are welcome!

In Topic: Has Any Game Maker Game Ever Had Any Major Results

30 June 2011 - 06:21 PM

Hi,

Personally, I think that the real challenge lies not in making it out of the website, but to just develop a solid "game".
If your concept and execution is good and well-received, and with a bit of logical marketing, you'll have a big chance of spreading your game to a bigger audience.

So my humble advise would be, don't worrie about publicity and so on, just make sure your game is good.

The best of luck!

In Topic: Game Maker Games to Flash Actions Script

16 June 2011 - 01:08 PM

This sounds awesome to me.. what about surfaces? i have a little game i'd like to port, but it uses surfaces.. ( its not a key feature, but it makes it prettier :D )


I'm trying to bring in Particles, but the Flash particles are way more complicated.
Some things won't be "exportable" like surfaces and particles.

Vectors and so on, can be exported.


-Aidan

In Topic: Fox Typing - Charity Project -

26 December 2010 - 06:30 AM


Release Date?
We are planning to release the website ASAP, and upload content every day.

Why not finish the website first before posting about it here?

GameGeisha



Because I'm collecting thoughts, it's still in a VERY early stage.
Posted this to gather some 'advice', ideas or marketing ways.

Thank you GameGeisha

In Topic: 300 Trees

25 December 2010 - 06:25 PM

Wow last level is HARD! Awesome game, good luck!



Haha, indeed but it was supposed to!
I'm very happy you enjoyed the game!
Thanks