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

Pages: 1
1
Ask a Question / Waterful Ring Toss!
« on: March 16, 2015, 09:25:03 pm »
Is it possible to create a game like this in Stencyl?

2
Ask a Question / Help! Error #1009
« on: January 12, 2015, 03:19:15 am »
Hi, an error occurred when i was testing my game. Tried to search for answer here but it doesn't work for me. 

TypeError: Error #1009: Cannot access a property or method of a null object reference.
   at com.stencyl.behavior::Script/createRecycledActorOnLayer()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/behavior/Script.hx:1705]
   at scripts::ActorEvents_100/init()[Source/scripts/ActorEvents_100.hx:97]
   at com.stencyl.behavior::Behavior/initScript()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/behavior/Behavior.hx:94]
   at com.stencyl.behavior::BehaviorManager/initScripts()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/behavior/BehaviorManager.hx:97]
   at com.stencyl.models::Actor/initScripts()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/models/Actor.hx:875]
   at com.stencyl::Engine/initActorScripts()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:1200]
   at com.stencyl::Engine/loadScene()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:983]
   at com.stencyl::Engine/begin()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:803]
   at com.stencyl::Engine()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:511]
   at Universal/init()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/Universal.hx:57]
   at Universal/onAdded()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/Universal.hx:36]
   at flash.display::DisplayObjectContainer/addChild()
   at Universal$/main()[C:\Program Files\Stencyl\plaf\haxe\lib/stencyl/1,00/Universal.hx:694]
   at Function/http://adobe.com/AS3/2006/builtin::apply()
   at Function/<anonymous>()
   at Reflect$/callMethod()[C:\Program Files\Stencyl\plaf\haxe/std/flash/_std/Reflect.hx:56]
   at ApplicationMain$/begin()[Export/flash/haxe/ApplicationMain.hx:56]
   at ApplicationMain$/preloader_onComplete()[Export/flash/haxe/ApplicationMain.hx:83]
   at flash.events::EventDispatcher/dispatchEventFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at scripts::StencylPreloader/onLoaded()[Source/scripts/StencylPreloader.hx:316]
   at ApplicationMain$/onEnter()[Export/flash/haxe/ApplicationMain.hx:75]



I didn't change anything before the error happened. Can someone help me out?
Thanks

3
Ask a Question / How to spawn actor in a list to a scene?
« on: January 06, 2015, 09:54:11 am »
I am just a beginner in Stencyl and I am currently creating a Hidden object game and Problems starts to slow me down

1. How will I put the Hidden object on the scene at the same time putting a list of the items that are needed to be found.

2. after question 1, if I click the object the name of the item i clicked will be removed on the item list.

I tried to read various thread regarding List but am having a hard time to understand it.

Hoping for a positive reply. Tnx!  ;)

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

5
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)

6
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