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

Pages: 1 2
1
Ask a Question / How to take screenshot in stencyl?
« on: January 20, 2015, 12:10:27 am »
Hi, I'm on project of some girl games and I would like to know how to get screenshot on the apps. So player can save their own style in the game in an image. Thanks

2
Ask a Question / How to set if the actor wasn't hit
« on: January 09, 2015, 08:35:41 pm »
Hi, anyone can help me regarding collision about how to check if the actor wasn't hit the baby as it can only check when the actor hit the baby. Thanks

3
Ask a Question / Google play service problem.
« on: January 06, 2015, 09:21:36 am »
Hi, May I know what's wrong with my block.
I choose an email to login but it doesn't do login.

4
Ask a Question / Camera movement problem
« on: January 05, 2015, 09:33:16 am »
Hi, I've got a problem with camera movement, I'm using drag and drop behavior and set Move Camera on update event to follow X actor. First check in the flash version here.

http://www.fastswf.com/_qsOVQ4

When the symbol is dragged, the camera is going so fast. How can it be on slow movement. Thanks

5
Resolved Questions / How to add actor in a group into list?.
« on: January 05, 2015, 12:17:36 am »
Hi, is there anyone know how to set actor name to a list?.

 For example :

I have 4 actors in group A and I want to add them to a list within placing them on the screen, So if the player click a button, they will be generated to the stage.

Please check my block, my block only work while the actor is on the Screen, but if I delete them from the screen. It won't add to the list. Thanks

6
Ask a Question / admob fullscreen doesn't load
« on: January 04, 2015, 04:54:49 am »
Hi, I have problem with one of my game as the admob fullscreen doesn't load. It's worked fine with my other game and I set the admob block are same like my other games. Anyway, please to check the blocks below. Let me know what is wrong with this.

7
Ask a Question / How to zoom scene?.
« on: January 03, 2015, 09:02:49 am »
Hi, I've tried looking for the tutorial but doesn't get the right one. Anyway, does anyone know how to zoom in a scene?. Basically, the scene will be zoom in 200% when the character hit an actor.

8
Ask a Question / How to create input text?.
« on: January 02, 2015, 12:22:28 pm »
Hi, I'm want to make a game that player must fill their name before the game start and the name will be saved on the game attributes. The question is how to make the input text?. Thanks

9
Ask a Question / How to set event base onScreen
« on: January 02, 2015, 07:03:45 am »
Hi, I have a problem with my game. My game is getting so slow and take lot of processing. I think the problem source from many events from other actor which out of screen. The question is how to disable events / behavior which is not reading the event when actor is offScreen as my game has high screen height and I want to set the actor active when the actor is on screen. So other actor which out of screen won't be active. May I know how to do that?. I think it could make my game running normally. Thanks

10
Ask a Question / How to create dynamic text?
« on: January 01, 2015, 06:40:59 am »
Hi, may I know how to create dynamic text?. For example, I want to create text on the top left corner that show our money in this game then it load the money attribute. Thanks

11
Resolved Questions / How to get actor behavior
« on: December 31, 2014, 08:16:54 pm »
Hi, may I know how to get actor behavior and set to the other actor. For example

Actor 1 with behavior A
Actor 2 with behavior B

When Actor 1 hit Actor 2, set behavior B to behavior A.

How can I do it?. Thanks

12
Ask a Question / Is it possible to make game like this?
« on: December 29, 2014, 10:22:33 pm »
Hi, is it possible to make game like this?

https://play.google.com/store/apps/details?id=com.bestcoolfungamesfreegamecreation.gogogoat

I can do jumping the character but I don't know how to detect when the smartphone rotate left & right then the character will be move best on the rotation.

13
Resolved Questions / Get an error at one of my game
« on: December 23, 2014, 11:18:20 pm »
Please to check this error. I get an error at one of my game but the other games work fine.

Quote
Unexpected problem on thread AWT-EventQueue-0: null
java.lang.NullPointerException
   at stencyl.sw.editors.game.atlas.AtlasSceneManager.initSceneModel(AtlasSceneManager.java:504)
   at stencyl.sw.editors.game.atlas.AtlasSceneManager.initAtlasSceneMapping(AtlasSceneManager.java:490)
   at stencyl.sw.editors.game.atlas.AtlasSceneManager.<init>(AtlasSceneManager.java:94)
   at stencyl.sw.editors.game.atlas.AtlasPage.createScenesPage(AtlasPage.java:276)
   at stencyl.sw.editors.game.atlas.AtlasPage.<init>(AtlasPage.java:96)
   at stencyl.sw.editors.game.GameSettingsDialog.load(GameSettingsDialog.java:169)
   at stencyl.sw.editors.game.GameSettingsDialog.createContentPanel(GameSettingsDialog.java:195)
   at stencyl.sw.util.dg.StencylDialog.initContents(StencylDialog.java:299)
   at stencyl.sw.util.dg.StencylDialog.init(StencylDialog.java:144)
   at stencyl.sw.util.dg.StencylDialog.<init>(StencylDialog.java:83)
   at stencyl.sw.editors.game.GameSettingsDialog.<init>(GameSettingsDialog.java:102)
   at stencyl.sw.editors.game.GameSettingsDialog.showGameSettings(GameSettingsDialog.java:97)
   at stencyl.sw.app.App.showGameSettings(App.java:2640)
   at stencyl.sw.app.App.actionPerformed(App.java:473)
   at stencyl.sw.actions.ActionManager.actionPerformed(ActionManager.java:65)
   at stencyl.sw.actions.SAction.actionPerformed(SAction.java:121)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)

Please help me how to solve this problem.

14
Fixed Bugs (3.x) / Get an error when opening game
« on: December 23, 2014, 10:43:57 pm »
Hi, I get an error when opening game. Please check the log file. What should I do with this?. It's only happened on my one game,  the others are working fine.

15
Hi, I'm bit confuse with my game. I'm making dress up game. But when I put the dress into model, the model get pushed. I've set Can rotate to "No", Affected by gravity "No" and kind of actor set to "Normal".

If I set the kind of actor "Can't be pushed" it won't do collide. Is there anyone who can help me?.

Pages: 1 2