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.


Topics - csherrett

Pages: 1
1
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.

2
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