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 - argyxgames

Pages: 1
1
Ask a Question / Re: Reload on death doesn't work on html5?
« on: August 08, 2018, 09:34:39 am »
The other thing to try is compiling to desktop. Desktop code (CPP) is more rigorous and is likely to crash where Flash or HTML5 might try to keep going with now "poisoned" code... like what happened in your game. You have a better chance of finding the actual error if the program crashes immediately when the problem occurs.
Absolutely right, I'll bear that in mind! Thanks.

2
Ask a Question / Re: Reload on death doesn't work on html5?
« on: August 08, 2018, 07:51:21 am »
I'm not entirely sure what caused the bug, but I removed all the added behaviors on Actors (that were not actually used, but still saved along with the game) and now it seems it works fine!

Thanks for helping out!

3
Ask a Question / Re: Reload on death doesn't work on html5?
« on: August 08, 2018, 01:23:10 am »
You can check out the problem directly with the online html5 version of the first level:
http://www.argyxgames.com/apocalypse/prelude/sigillum/

4
Ask a Question / Re: Reload on death doesn't work on html5?
« on: August 08, 2018, 01:21:55 am »
do you have a save block when the screen reloads? try removing any save blocks as a test to see if it still happens.
No save block at all.

5
Ask a Question / Re: Reload on death doesn't work on html5?
« on: August 07, 2018, 11:15:13 pm »
I've read this thread: http://community.stencyl.com/index.php/topic,47294.0.html and updated Visual Studio with the C++ components, but problem remains the same  :-\

6
Ask a Question / Re: Reload on death doesn't work on html5?
« on: August 07, 2018, 03:34:36 pm »
Do any errors appear in the log viewer?

Yes, some files are missing:
ios-sim.exe
tail.exe
cc1plus.exe
arm-linux-androideabi-g++.exe
adb.exe
neko.exe

7
Ask a Question / Re: Reload on death doesn't work on html5?
« on: August 07, 2018, 05:35:58 am »
Well it does work perfectly in flash.

And I just realized that it's not just that script: even the other basic scripts that reload the scene when an actor falls ('Die in Pit and Reload'), or goes out of the screen, do not work with HTML5: the actor is killed, the scene reloads but the screen is black and there are no controls anymore (although in Flash it reloads properly).

Edit: same thing happens if I just remove "kill self"

8
Ask a Question / Reload on death doesn't work on html5?
« on: August 07, 2018, 04:09:38 am »
Hello,
I have the following code implemented, to have the game reload when the actor dies.
It works perfectly with flash, but not with html5: any idea?
Thanks!

9
Ask a Question / Re: Displaying an image from file
« on: August 05, 2018, 11:02:02 am »
Sorry, there was a bug apparently. It does work, but not when I'm trying to display the image after the Actor enters a region:

10
Ask a Question / Re: Displaying an image from file
« on: August 05, 2018, 07:38:15 am »
yes this is correct!
but the image doesn't appear...

11
Ask a Question / Re: Displaying an image from file
« on: August 05, 2018, 06:52:53 am »
 i've tried with png using the following code, but it still doesn't display the image  :(

12
Ask a Question / Displaying an image from file
« on: August 05, 2018, 04:22:46 am »
I'm trying to display an image from a file (put in the extras folder) with the following code.
What's wrong with it? :)



13
Ask a Question / Re: Export/Import a game?
« on: August 05, 2018, 03:47:45 am »
In order to export a game you need to open it. Your export button is probably grey because you have no game open.

Ok! Thanks!

14
Ask a Question / Export/Import a game?
« on: August 05, 2018, 02:00:50 am »
Hello,

I've looked for an answer in the forums, but couldn't really find an answer.
How do you import a saved game?
It seems that first one needs to export it so that it generates a .stencyl  file, but my Export button is unavailable (grey).

Any idea?

Thanks!

Pages: 1