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

Pages: 1 2 3 ... 6
1
Ask a Question / Bluetooth Android comunication
« on: February 04, 2018, 08:49:45 am »
Hi, I'm working on an android app and I need to create a bluetooth communication system with an arduino microprocessor. I've found a java class here: https://github.com/haxenme/nme/blob/master/templates/android/PROJ/src/org/haxe/nme/Bluetooth.java but I don't know very well how it works. Does have anyone already done something like this or know how this class works? Thank you very much

2
Ask a Question / SCORM export
« on: January 08, 2018, 03:41:16 am »
Hi, I would like to know if there's in stencyl a way to do SCORM export on swf files. Thank you

3
Ask a Question / Re: How debug a windows game
« on: December 07, 2017, 08:26:55 am »
About Windows debugging, have you seen this post?
http://community.stencyl.com/index.php/index.php?topic=49211.msg272307#msg272307
No, I didn't find this. It's very helpful, thank you!

4
Ask a Question / Re: How debug a windows game
« on: December 07, 2017, 06:41:07 am »
I've done some research and the libraries I'm using are the only one available for Windows... now I'm using the visual studio debugger but it's not very helpful since I'm still not seeing which exceptions are thrown

5
Ask a Question / Re: How debug a windows game
« on: December 07, 2017, 06:00:01 am »
But another problem I have is that a method from the socket class throws an exception, but I can't see what kind of exception is and so I don't know how to catch it. So if there's a way to do a debug directly in windows it will be perfect

6
Ask a Question / Re: How debug a windows game
« on: December 07, 2017, 05:57:22 am »
I'm using the cpp class for the socket and the one for making a thread, but I will try the #if windows condition

7
Ask a Question / Re: How debug a windows game
« on: December 07, 2017, 05:36:21 am »
Sometimes it's also good to test on Flash. I've had cases where the Windows Export crashed, while Flash gave me an error message I could work with and eventually fix the issue.
I know, but I'm using some cpp classes and so I can't export on flash

8
Ask a Question / How debug a windows game
« on: December 07, 2017, 03:39:44 am »
Hi, I start saying that I've always done game in flash and this is the first time I do a game in windows so I'm completely new about this. Now, I would like to know if there's a way to debug my game, in particular I would like to see the exceptions that are thrown and things like these. Thank you

9
Ask a Question / Re: Can't connect two classes created in freeform mode
« on: December 05, 2017, 08:10:51 am »
I've solved the problem. I've simply deleted the B file and made another one with the same content, I don't know why it didn't work before but now it works without problems

10
Ask a Question / Can't connect two classes created in freeform mode
« on: December 05, 2017, 03:09:06 am »
Hi, I've created two classes in freeform mode: one (lets call class A) has some static functions and the other (class B) uses these function for the logic of my game. The problem I have is that when I call, in B, a function created in A, Stencyl can't find this function. The classes are in the same package and I've also tried to import A in B but I have the same result. Anyone can help me? Thank you.

11
Ask a Question / Re: How to create a chart in stencyl?
« on: December 02, 2017, 05:40:25 am »
Wow, that's very cool!

12
Ask a Question / Re: How to create a chart in stencyl?
« on: November 30, 2017, 06:53:00 am »
Ok, thank you for your help

13
Ask a Question / Re: Can't test Crash Course
« on: November 30, 2017, 06:48:58 am »
This is the origin of your error:
Code: [Select]
[haxelib] Error: The input swf newgrounds.swf is corruptedSo what I suggest you is to do a little search on what newgrounds.swf is and try to reinstall it

14
Ask a Question / Re: How to create a chart in stencyl?
« on: November 30, 2017, 04:22:22 am »
A chart with line
 (like this )
will be great, but I think that it's not the easiest thing to do

15
Ask a Question / How to create a chart in stencyl?
« on: November 30, 2017, 02:49:52 am »
Hi, this maybe will sound strange but I would like to create a chart with some statistic informations on a windows game I'm making. Is that possible? And, if it is, which function should I use? Thank you for your help

Pages: 1 2 3 ... 6