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

Pages: 1
1
Ask a Question / actors doesn't show only on android
« on: August 03, 2015, 04:05:40 pm »
Hi guys,

I'm trying to use actors as background (so basically their size is bigger than the scene size).
The thing is when I'm running the game on flash everything works fine but when I'm trying running it on android those "background" actors doesn't show...
anyone has an idea what went wrong?

Things I already checked:

*actors are set to "always active"
*I did some printing to checks to see if actor is created and it looks like everything fine.
*it happens on every scaling method I use.


P.S
It happened before on old game I've done but only on some specific devices , couldn't solve it back than...looks like the same issue  :(

10x

2
iPhone / iPad / Android / High Square
« on: July 21, 2015, 02:45:17 am »
Hi guys,

I just released my first game to google play.
Even though the game mechanics are nothing new I still feels like it was great achievement for me.
Getting the experience of uploading something and cope with all the problems a long the way is great feeling.

the game is an endless jumper between pillars , hard but addicting

You can download and enjoy the game here:
https://play.google.com/store/apps/details?id=com.Tzuk.HighSquare&hl=en

(Dont firget to sign in with google game service to see the leaderboard) 8)

Any suggestion is appreciated.

3
Fixed Bugs (3.x) / import resources bug
« on: May 09, 2015, 12:04:03 pm »
hi  guys
I'm using stencyl 3.3
when I'm trying to import a resources (containing two characters)  wich I saved earlier I get this error message:

"
Unexpected problem on thread AWT-EventQueue-0: (y + height) is outside of Raster
java.awt.image.RasterFormatException: (y + height) is outside of Raster
   at sun.awt.image.ByteInterleavedRaster.createWritableChild(ByteInterleavedRaster.java:1248)
   at java.awt.image.BufferedImage.getSubimage(BufferedImage.java:1203)
   at stencyl.core.lib.io.ResourceImporter.importActor(ResourceImporter.java:269)
   at stencyl.core.lib.io.ResourceImporter.importResource(ResourceImporter.java:599)
   at stencyl.core.lib.io.ResourceImporter.importPack(ResourceImporter.java:121)
   at stencyl.sw.app.App.dropInResource(App.java:2594)
   at stencyl.sw.app.App.dropInResource(App.java:2576)
   at stencyl.sw.app.App.importResource(App.java:2570)
   at stencyl.sw.app.App.actionPerformed(App.java:469)
   at stencyl.sw.actions.ActionManager.actionPerformed(ActionManager.java:65)
   at stencyl.sw.actions.SAction.actionPerformed(SAction.java:120)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
   at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
   at javax.swing.plaf.basic.BasicMenuItemUI$Handler.menuDragMouseReleased(BasicMenuItemUI.java:943)
   at javax.swing.JMenuItem.fireMenuDragMouseReleased(JMenuItem.java:585)
   at javax.swing.JMenuItem.processMenuDragMouseEvent(JMenuItem.java:482)
   at javax.swing.JMenuItem.processMouseEvent(JMenuItem.java:428)
   at javax.swing.MenuSelectionManager.processMouseEvent(MenuSelectionManager.java:321)
   at javax.swing.plaf.basic.BasicPopupMenuUI$MouseGrabber.eventDispatched(BasicPopupMenuUI.java:859)
   at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2448)
   at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2340)
   at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2298)
   at java.awt.Component.dispatchEventImpl(Component.java:4768)
   at java.awt.Container.dispatchEventImpl(Container.java:2287)
   at java.awt.Component.dispatchEvent(Component.java:4698)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
   at java.awt.Container.dispatchEventImpl(Container.java:2273)
   at java.awt.Window.dispatchEventImpl(Window.java:2719)
   at java.awt.Component.dispatchEvent(Component.java:4698)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:740)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:699)
   at java.awt.EventQueue$3.run(EventQueue.java:697)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
   at java.awt.EventQueue$4.run(EventQueue.java:713)
   at java.awt.EventQueue$4.run(EventQueue.java:711)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:710)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)"
"


any Ideas?

4
Windows / Mac / Flash / HTML5 / Kitten & Chicken
« on: May 05, 2015, 11:02:47 pm »
This is actually my first serious game.
Its a platformer combining controlling over 2 different characters   simultaneously.
16 levels total.

I know it a little bit hard at first... I was designing the levels after I had a few hours messing around with the mechanics so things were looks a little bit easier from that point of view. (notes were taken)
 hope youll like it
http://www.newgrounds.com/portal/view/657245

5
Resolved Questions / game crush after player killed
« on: November 21, 2014, 06:44:19 am »
hi,
I got more then one player actor in my scene
sometimes when one of them dies I get the following massage (see bellow).
I tried killing all the actors  before I fade out , fade in back to the scene.

10x in advance  :)




Pages: 1