Tables and HTML5 not working?

LumpAppsLumpApps Member Posts: 2,881
edited March 2012 in Working with GS (Mac)
This must be a known issue but I can't find it anywhere so I'll ask anyway. Sorry if this is already a know issue.

Has anyone tried to publish a project to HTML5 that has tables in it?
It freezes after loading. I have tried hitting the web preview button on my latest project and found it didn't work.
After trying some other projects I found it had to be tables.

For testing purposes I made a simple project with one actor that on touch changes color. self.Color.Red = 1 - self.Color.Red
Tried web preview: no problem.

Then I added a table (Table1) with just one row/col with a integer value of 1
In the actor I changed the rule to: on touch changes color. self.Color.Red = tableCellValue(game.Table1,1,1) - self.Color.Red

Now when I hit Web preview it freezes.
It works fine in the normal preview (green triangle)

Is this a bug and should I report it?

Comments

Sign In or Register to comment.