Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - csherrett

Pages: 1
1
Extensions / Re: [HTML5] Leaderboard in Google Spreadsheet
« on: July 31, 2018, 08:58:29 am »
This works great when outputting the game to HTML5.  However, when outputting to FLASH, I get the following error:

C:\Users\CSHERRETT\AppData\Roaming\Stencyl\stencylworks\engine-extensions/google-spreadsheet/Google.hx:8: characters 21-27 : Unbound variable __js__

Any ideas?

Craig

2
Ask a Question / HTML5
« on: July 17, 2018, 10:51:43 am »
I am testing my game using HTML5.  When I use the HTML5 from the "Run" menu, Stencyl compiles and opens an IE window.  Everything runs great.  The window shows the location as localhost:18524.  But, when I publish the file using HTML5, unzip the compressed file and then test the Index file on IE, the game won't load.    The location in IE shows:  C:\Users\myname\Documents\gamefolder\unzipfolder\index.html
Any ideas?  Thanks.

3
Ask a Question / Cannot add item to list
« on: November 24, 2015, 08:15:43 am »
Greetings.

I reviewed your "Lists" document in Stencylpedia.  I following the code blocks on the Method 2: Creating it on the Fly and entered those blocks into my game, but nothing is added to the Lists.  I put the block into When Updated, When Created, When Drawing and still have no results.  I have had success working with lists (i.e. looping through indexes to get return data, adding data to the list and importing from a text file).  But, I cannot get anything to add to the list through the code blocks.  It doesn't seem to be that difficult so I must be missing something very basic.  Any help would be great.  Thank.s

Pages: 1