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

Pages: 1
1
Ask a Question / android publishing error
« on: September 24, 2014, 03:31:21 pm »
Someone please help me figure out this error I've attached

2
Ask a Question / help error opening game
« on: September 23, 2014, 07:57:54 pm »
Unexpected problem on thread AWT-EventQueue-0: java.lang.IndexOutOfBoundsException
java.lang.RuntimeException: java.lang.IndexOutOfBoundsException
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:72)
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:52)
   at stencyl.sw.app.tasks.OpenGameTask.done(OpenGameTask.java:169)
   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.IndexOutOfBoundsException
   at java.io.RandomAccessFile.readBytes(Native Method)
   at java.io.RandomAccessFile.read(Unknown Source)
   at javax.imageio.stream.FileImageInputStream.read(Unknown Source)
   at com.sun.imageio.plugins.common.SubImageInputStream.read(Unknown Source)
   at com.sun.imageio.plugins.common.InputStreamAdapter.read(Unknown Source)
   at java.io.SequenceInputStream.read(Unknown Source)
   at java.util.zip.InflaterInputStream.fill(Unknown Source)
   at java.util.zip.InflaterInputStream.read(Unknown Source)
   at java.io.BufferedInputStream.fill(Unknown Source)
   at java.io.BufferedInputStream.read(Unknown Source)
   at java.io.FilterInputStream.read(Unknown Source)
   at com.sun.imageio.plugins.png.PNGImageReader.decodePass(Unknown Source)
   at com.sun.imageio.plugins.png.PNGImageReader.decodeImage(Unknown Source)
   at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
   at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
   at javax.imageio.ImageIO.read(Unknown Source)
   at javax.imageio.ImageIO.read(Unknown Source)
   at stencyl.core.lib.Game.loadSnippet(Game.java:2337)
   at stencyl.core.lib.Game.loadSnippet(Game.java:2256)
   at stencyl.core.lib.Game.loadSnippets(Game.java:2248)
   at stencyl.core.lib.Game.<init>(Game.java:1801)
   at stencyl.core.lib.Game.create(Game.java:790)
   at stencyl.sw.app.tasks.OpenGameTask.doInBackground(OpenGameTask.java:95)
   at stencyl.sw.app.tasks.OpenGameTask.doInBackground(OpenGameTask.java:34)
   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)

help please

3
Ask a Question / Google Play?
« on: September 21, 2014, 02:09:18 pm »
does Google auto integrate their services when you upload a game to play store...? I was thinking since they're asking me for 5 achievements before I can upload my game...just wondering...thanks

4
Ask a Question / turning MP3 to OGG
« on: September 20, 2014, 06:51:34 pm »
just wanted to know....how could I use the sounds in stencylforge and turn them into .OGG sounds. please if anyone could help me with this I would appreciate...thanks, or link me to a quick guide...thanks

5
AdMob / Admob HELP
« on: September 17, 2014, 05:06:27 pm »
I know there's topics on this in the forums but I can't find any relevant ones......every time I enable the admob extension my game fails to build please help!!!

6
Ask a Question / Merging tiles in tilesets?
« on: September 15, 2014, 08:40:21 pm »
Is this possible? Can I merge tiles on my scene from the tile set?

7
Ask a Question / Region HALP
« on: September 15, 2014, 05:50:27 pm »
Alright...so having trouble with another part of my game  :'(, I'm trying to switch regions, but it works when it wants to and not when I want it to...making my character die when he goes off screen.
Here's two pictures please help pretty please with a sugar on top



8
Ask a Question / Almost finished with my game, quick score question???
« on: September 10, 2014, 09:06:16 pm »
Ok so I'm almost finished just on the level creation. how would I make my score persistent not go to zero every time I switched to a new level? thanks very much

9
Ask a Question / Game Adds
« on: September 10, 2014, 03:10:10 pm »
Ugh....not sure how to ask this question or if it's been asked before. How does the whole monetization thing work? How do I get paid with adds I have inside my mobile game.....Any advice or directions towards a company that pays for advertising....thanks.

10
Ask a Question / Couple of questions regarding score manager
« on: September 05, 2014, 12:29:26 pm »
I'm trying everything in my power to understand and learn Stencyl, I'm a noob. when I configure my score manager when it draws the font,  I would like the score to be centered. Another thing, I added score manager to the end of a level to give points to a level I set it to give 100 points, but every time I end a level it gives a random amount. Thanks in advanced.

Pages: 1