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

Pages: 1 2 3 4
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
having the same problem here. pretty sure theres a relatively simple solution though. xD . ill keep you posted

3
Ask a Question / Re: how to generate star achievements
« on: April 12, 2015, 05:47:27 am »
nope. still nothing. :(  would really appreciate any help from stencylers. just a simple explanation will do. all i need is a simple 1- 3 stars being displayed based on the score.  break down of the problem would be to

1.) save each score from each level.
2.) create stars based on the score on the "level select" page.

ive seen it made in so many games and now i cant look at them the same without wondering "how are you doing that" hahaha i know you guys can relate xD

thanks in advance to anyone.

4
Ask a Question / Re: "LESS THAN BUT GREATER THAN" CERTAIN NUMBER CODE
« on: April 11, 2015, 02:08:53 pm »
now i just feel silly. thanks!!

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

6
iPhone / iPad / Android / Re: [ANDROID] Newbies!
« on: April 11, 2015, 09:26:23 am »
woah youre game is sweet. do you mind helping out by pushing me in the direction on how to create those star attributes at the end of each level? i would be infinitely grateful..

7
Ask a Question / Re: how to generate star achievements
« on: April 11, 2015, 09:22:55 am »
thanks so much for your reply. i understand that to avoid repetitiveness its best to use a list attribute somehow. ill tinker with it and see how it goes . if you have any more information please do let me know!

thanks buddy!

8
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!

9
Ask a Question / Re: Error when game opens
« on: February 05, 2015, 08:30:29 am »
Hi thanks for the reply.

Well its i downgraded to 3.2 build 7857 from 7994. so i didnt go from 3.2 to 3.1.  the only issue i really had was with admob extension crashing my game.

but it works fine when i go back to 7857. i've looked around the forums and didnt really see a solution for this.

thanks again for your reply.

10
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


11
Ask a Question / Re: Game crashes on boot? Then eventually works.
« on: February 05, 2015, 05:41:01 am »
i have this problem also, but it only happens when i try to publish games in landscape mode.  portrait mode works fine though.

12
issue went away when i re-upgraded to a newer 3.2.

 problem now is that admob doesnt work well on the new 3.2 as well as it did in the old 3.2 (which is why i reinstalled the older version) i'll be looking around the forum for solutions to this.

i would greatly appreciate it if you could point me in the right direction  for the admob problem.

thanks again buddy

13
Resolved Questions / Re: OPENING GAME ERROR MESSAGE
« on: January 28, 2015, 03:10:58 pm »
it was because i reverted back to an older version of stencyl 3.2 that caused the problem. i moved back to an upgraded build and the problem went away. cheers.

14
Hi i get this error message in my 3.2 as well.

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

Pages: 1 2 3 4