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

Pages: 1 2
16
Dialog Extension / Re: Dialog Extension Newbie
« on: December 31, 2014, 04:10:57 am »
Can I somehow remove the keys needed to control the dialog? somewhat like clicking an actor rather that pressing "v" or something?

17
Dialog Extension / Re: Dialog Extension Newbie
« on: December 26, 2014, 06:19:10 pm »
ok thnx.. not it works. Another question is how to add another image(face1, face2, face3 etc...) on a dialog?

18
Dialog Extension / Re: Dialog Extension Newbie
« on: December 26, 2014, 05:33:05 pm »
yeah i'm following that thread. i removed the <end> tag but still it doesn't switch scenes.


<showname "Detective Lewis"><face1>Ok Chief we're on it!<but>+ExtraScene1+ (This worked)

<showname "Detective Lewis"><face 1>Hey Partner, try to look around and gather some evidences.<but>+Another Scene+ (This didn't worked)

they are from a different dialog. do i need to do anything at the scene's event?

19
Dialog Extension / Dialog Extension Newbie
« on: December 26, 2014, 08:31:25 am »
I'm trying to switch scenes using the dialog  on my first scene it works but for my second scene it doesn't.

here's my dialog(not working):
<showname "Detective Lewis"><face 1>Hey Partner, try to look around and gather some evidences.<but><end>+Scene1+

20
Abandoned Bugs / Unexpectted Problem what should I do?
« on: December 20, 2014, 09:28:22 pm »
Unexpected problem on thread AWT-EventQueue-0: java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:72)
   at stencyl.sw.app.tasks.SaveGameTask.done(SaveGameTask.java:66)
   at javax.swing.SwingWorker$5.run(Unknown Source)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
   at sun.swing.AccumulativeRunnable.run(Unknown Source)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
   at javax.swing.Timer.fireActionPerformed(Unknown Source)
   at javax.swing.Timer$DoPostEvent.run(Unknown Source)
   at java.awt.event.InvocationEvent.dispatch(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.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)
Caused by: java.lang.NullPointerException
   at stencyl.core.lib.Game.getAllAtlasResources(Game.java:1947)
   at stencyl.core.lib.Game.getResourcesForAtlas(Game.java:2763)
   at stencyl.sw.io.write.GameFileWriter.write(GameFileWriter.java:808)
   at stencyl.sw.io.write.MasterWriter.saveGame(MasterWriter.java:80)
   at stencyl.sw.app.tasks.SaveGameTask.doInBackground(SaveGameTask.java:48)
   at stencyl.sw.app.tasks.SaveGameTask.doInBackground(SaveGameTask.java:16)
   at javax.swing.SwingWorker$1.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at javax.swing.SwingWorker.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

21
Resolved Questions / Re: Hidden Object game
« on: December 19, 2014, 07:32:25 am »
Thanks for your reply. It's a big help.

22
Resolved Questions / Hidden Object game
« on: December 18, 2014, 06:24:57 am »
Hi,

I'm new here in Stencyl and i need to create a Hidden Object game for android smartphone as my research. Is there any tutorials available here?

I really don't know where to start.

Thanks in advance.

Pages: 1 2