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

Pages: 1 2
1
Ask a Question / STENCYL CONSTANT LAGS ON NEW MACBOOK
« on: May 28, 2015, 07:32:18 am »
Has any had this issue? Constant game crashes and bugs with the new Stencil 3.3.  Im not sure if i can switch back to the 3.2  to publish iOS games. this is crazy annoying for the amount we've paid!

Disgruntled

2
Ask a Question / "LESS THAN BUT GREATER THAN" CERTAIN NUMBER CODE
« on: April 11, 2015, 01:25:34 pm »
Hi, just a simple quick question;

how do I create the coding for an an action to be performed if lets say x is less than 10 but greater than 5. basically the arithmetical representation of  10 < x < 5, in stencyl blocks?

Thanks!

3
Ask a Question / how to generate star achievements
« on: April 05, 2015, 11:08:19 am »
hi guys,

ive combed the forums and the internet for a solution but i cant seem to find it. if anyone could help me out i would be eternally grateful.

basically i have a simple shooter game with many levels.  and i just want to have the "three star" achievement at the bottom of each stage. im not sure how to go about this (i.e. if the player completes the stage with one bullet then they get awarded three stars. anymore than its two stars and etc.)

hoping theres a kind soul out there who can help out.

Thanks guys!

4
Ask a Question / Error when game opens
« on: February 05, 2015, 05:53:22 am »
Hi guys,

I get the following issue when i open a game.

Unexpected problem on thread AWT-EventQueue-0: multiple points
java.lang.NumberFormatException: multiple points
   at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
   at java.lang.Float.parseFloat(Unknown Source)
   at stencyl.sw.app.tasks.OpenGameTask$3.run(OpenGameTask.java:375)
   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)

I have no idea whats going on.  I downgraded to a lower release of 3.2 after the official release had too many bugs.

Does anyone else have this issue?

Thanks in advance


5
Resolved Questions / OPENING GAME ERROR MESSAGE
« on: January 28, 2015, 01:58:20 pm »
Hi guys,

I get this error message everytime i open a game after i upgraded Stencyl to 3.2.

I cant seem to find anything on the forums so maybe this could help alot others as well.

Also my game did not lag as much before this message started popping up when i open the games.  (it appears on all my games now)

I have no idea and its really slowing down progress.

Please help!

Thanks!

Error message is below.

Unexpected problem on thread AWT-EventQueue-0: multiple points
java.lang.NumberFormatException: multiple points
   at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
   at java.lang.Float.parseFloat(Unknown Source)
   at stencyl.sw.app.tasks.OpenGameTask$3.run(OpenGameTask.java:375)
   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)

6
Ask a Question / ANDROID GAME CRASHES A FEW TIMES BEFORE WORKING
« on: December 09, 2014, 04:24:27 am »
Hi guys, i havent been able to find anything on this topic so i thought i could ask this here.

My android game goes to a black screen for a while before crashing when i install it on my phone.

Does anyone else have this issue?

I dont think it is a RAM issue, i only have  5 actors and very little animation.

Also i have already put them on atlases as and when they are needed so really im quite stumped on this.

I realise this only happens on endless runner games too.

Any help would be greatly appreciated. thanks guys.

7
iPhone / iPad / Android / BLOOPEE OUT NOW ON ANDROID! [FREE]
« on: November 18, 2014, 03:06:26 pm »
Hi Guys!

Bloopee is now out on android!

Navigate through obstacles and ghosts to save Bloopina before time runs out!

50 Levels of Progressive Challenging fun!


https://play.google.com/store/apps/details?id=com.awesanegames.bloopee&hl=en

8
Resolved Questions / CHANGING THE SIZE OF THE SCENE TILE HEIGHT AND WIDT
« on: October 14, 2014, 11:40:26 pm »
Hi guys,

As attached,

Is it possible to change this tile height and width here?  I cant seem to do it :/ all my tiles at 16 x 16 and I want it so that the scene settings is the same, otherwise it will keep blowing it up to 32x32 when im drawing it :/

I cant seem to find any info on this so im not sure how.



Thanks!

9
Ask a Question / ACTORS DISAPPEARING RANDOMLY FROM SCREEN
« on: October 07, 2014, 02:24:56 am »
I'm currently having a really weird issue with the Stencyl program.  It was working fine the other day.  But when i tried it today my actors were disappearing without any reason (they are instructed to only kill self once they leave the scene, but they just do it randomly once they hit the middle of the screen). 

The weirder part is that this only happens if I place some other stationary actors on the screen (i.e. the health bar).  If I remove the health bar this error goes away and everything works fine again. 

The game was working perfectly with the healthbar intact just a few days ago and I have not since made any changes to the game.  I have tried running clean project.  restarting stencyl.  changing the image of the healthbar. removing collision bars. nothing seems to work.

The health bar has absolutely no contact with the other actors on screen (i.e. ran collision debug).

I have just so idea whats going on.

Really confused. :/

Has anyone else had this issue?  Just wondering.

10
Ask a Question / ACHIEVEMENT UNLOCK BANNER
« on: October 06, 2014, 02:01:47 pm »
Hi guys, im trying to make an achievement unlocked banner.   I'm using the always block so that once my actor collects a certain number of items the banner pops up.  However using the always block will create alot of banners lagging the game, even if I use the kill selfblock.

Im just wondering how to just make it pop up once?

Thanks guys!

11
Ask a Question / ISSUE WITH ON SCREEN BUTTON
« on: September 25, 2014, 05:31:58 am »
Hi guys, I have a problem with the "on screen button" behaviour.  It seems to only work up to two buttons then after that additional buttons just dont work. 
I've tried downloading "on screen button v2" to use for the third button but that didnt seem to work either?  Does anyone else have this issue?   thanks guys!

The buttons are just for the basic run and jump movements of the actors. 

12
iPhone / iPad / Android / 100DUCKS NOW OUT ON ANDROID
« on: September 23, 2014, 06:37:51 am »
Hi thanks to all you guys, i've managed to put up my first app on android.  The general consensus right now is that its too calmingly hard. 
Any constructive feedback is much appreciated!

Cheers fellas!

13
Ask a Question / ADMOB INSTALLATION
« on: September 22, 2014, 07:09:13 am »
Hi guys, Im sure this is a question that many people would want to know the answer to but i havent been able to find any support on it.  Probably because it has to do with monetization but, i would really appreciate some help on the matter.  The question is simple, i have already completed my game and it works fine.  But i have just no idea how to integrate the admob banners into the game.  Any response would be really awesome and im sure tons of developers (who are as new as i am) would be dying to know.  Thanks guys!

14
Ask a Question / saving the game makes it lag on mobile
« on: September 19, 2014, 11:25:35 am »
hi guys im having an issue with my saving attribute. it makes the game lag really bad on mobile. but works fine on flash pc.  anyone have solution for this? much appreciated !

15
Ask a Question / switching animation collision
« on: September 17, 2014, 07:20:35 am »
does anyone know how to make the animations switch back to the original after it has collided with something? my animations stay put after collision and i have no idea how to switch it back thanks guys!

Pages: 1 2