Jump to content


tansaku

Member Since 17 Sep 2011
Offline Last Active Jul 09 2012 12:43 PM

Posts I've Made

In Topic: HTML5 conversion generates Symbol expected error

09 July 2012 - 12:43 PM

Thanks, that's super helpful. I fixed the quotes issue you mentioned and then it all compiled and (the first level at least) played for me in HTML5, without having to make any further changes. I've now deployed the game here:

https://sites.google.com/site/hpustudentprojectshowcase/csci-3651-games-programming/streaker

Since I'm not the original author, I won't try to tune it any further, but at least it works as a basic web preview.

I'd be very interested if there was some way to view all the source for the game in code format, but I guess that's a GM Studio feature?

Many thanks again
CHEERS> SAM

In obj_player on the collision event with obj_zombie a message is displayed that includes "quotation marks". Remove these quotation marks to resolve the issue.

However, GM:Studio also presented the following errors:

  • In the object group Enemies there is an object named spr_guard1. I'll assume it should be obj_guard1 (Otherwise the naming conflicts with a sprite of the same name).
  • In the sprite group Concert there is a sprite named spr_car6. This conflicts with another sprite by the same name, one should be renamed (spr_car7 seems logical).
  • Sleep, is now an obsolete function. It may still be present in the version you're using? - But in GM:Studio the drag and drop is listed as "Unknown Function" in multiple collision events in obj_player and once in obj_flag, obj_flag_casino and obj_flaglouvre.

After fixing up these issues the game compiled successfully in HTML5, however there are likely other game play bugs that you'll need to play through to find and sort out.


In Topic: Losing background music exporting gm81 to html5

17 February 2012 - 10:45 AM

Sure thing: http://bugs.yoyogame...iew.php?id=4091

Many thanks for your help

It's just not reporting the issue correctly, feel free to file a bug :thumbsup:


In Topic: Losing background music exporting gm81 to html5

16 February 2012 - 06:10 PM

midi is not supported on HTML5, you'll need to convert it to WAV,OGG,MP3 for GM:HTML5 to work.


sure, although the HTML5 system tries to do that conversion, it just seems to fail as far as I can see. When I click on properties for the mid file I'm offered options to "Convert MP3" and "Convert OGG" which I can click and the log indicates conversion is taking place, but I can't find anything they've generated ...