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

Pages: 1 2
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 / 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

4
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.

5
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

6
Ask a Question / How to display a table
« on: November 29, 2017, 06:56:22 am »
Hi, I would like to create a table with some informations in my game, is there any way or any extension to do that? I tried to use the "draw rect" block, but is a bit confusing. Thank you for your help.

7
Ask a Question / Issues exporting a game in windows SOLVED
« on: November 22, 2017, 03:23:27 am »
Hi, I'm trying to export my game in windows, but everytime I get a compile error and can't export it. These are my logs. I've already installed Visual Studio 2017

8
Ask a Question / Issues adding regions to a list SOLVED
« on: November 15, 2017, 06:35:28 am »
Hi, I'm trying to add some regions to a list attribute, but when I get them they are considered null. Here's an example of my code and when I print the 'lista reg1' attribute all values are null. Thank you

9
Ask a Question / How "part of image" block works?
« on: October 11, 2017, 08:34:02 am »
Hi, I would like to know how this block works, because I've tried to use it with the "current screen as image" block,  but the image is not created. Thank you

10
Hi, I'm making an italian game and I have to store some special characters (like è, ù, à, etc..) on some text attributes,  I don't have to display them (I send them in a post request).  Printing these attributes for test I saw that these characters looks like ~x00e8 or something else. I saw a lot of methods but no one seems to work, can someone help me? Thanks

11
Ask a Question / How to manage the android onPause, onResume
« on: September 27, 2017, 01:49:58 am »
Hi, I'm making an android game but I need to manage the onPause and onResume events of my app. There's any way to do that in haxe? I've searched in the forum but I didn't found anything, thank you!

12
Ask a Question / Issues publishing an Android Game
« on: September 07, 2017, 01:48:52 am »
Hi, I'm having issues publishing an android game. Stencyl  saves the file but when compiles it he gave me an error. I've already published other android games and I never had problems. Here are my logs. Thank you

13
Ask a Question / Problem with tap
« on: July 27, 2017, 07:58:24 am »
Hi, I'm making a flash game for a pad and I'm using the 'on mouse click' event to detect the tap.  When I test the game on my computer it works fine, but when I test the game on the pad I have to click it twice to start the event. I don't know if it's a problem of the game or a problem of the pad because if I use the 'on mouse enter' event it's works fine on the pad but it creates other problems for the logic of the game. Thank you.

14
Ask a Question / How to check if a point is transparent?
« on: July 20, 2017, 08:33:07 am »
Hi, I would like to know if there is a way to check if a point clicked by the mouse is transparent or not. In particular I have two actors that are one over the other and when the player clicks on them I want to trigger the event only for the actor that is not transparent in the point clicked by the player. I hope I was clear, thank you.

15
Ask a Question / How to reduce the size of a game?
« on: July 18, 2017, 02:24:23 am »
Hi, I want to reduce the size of my game and to do that I changed the png images I was using with some jpg images which are smaller, but now the size of the game is higher than it was before! I don't know if it's a problem of stencyl or of the software I used to change my images. Thank you.

Pages: 1 2