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

Pages: 1 2 3 4 ... 9
16
Resolved Questions / Problem with Lists! [SOLVED]
« on: August 26, 2015, 11:44:34 am »
hey guys,

I know that in order to use it properly, you have to set a list attribute to "create new list" beforehand... but how am I supposed to use the defauls List values of that attribute? How can I use the List without resetting the values assigned to it?

17
Resolved Questions / How to detect gravity? [SOLVED]
« on: August 24, 2015, 02:49:29 am »
Hey guys,

I just wanted to ask if it is possible to detect if the gravity for an actor is enabled or disabled? I know you can do it with the scenegravity but that's not the goal here :)

Thanks :)

18
Ask a Question / Dropdown Menu too long? -HELP
« on: August 22, 2015, 08:48:35 am »
Hey guys,

I had this problem a couple of times by now so I wanted to let the staff know about this. Every time I use " too many" attributes in a behaviour and I have to use the "if [attribute] has value" block, the screen is too short to capture the whole dropdown menu. In other words, the dropdown menu goes beyond the screen. I CAN get to the desired attribute with the arrow keys and alot of trial and error but wouldn't it be much better if the dropdown menu would be scollable or if you could DRAG & DROP the attributes in the block? Or is there any other workaround to this problem?

Thanks :)

19
Resolved Questions / Get LAST Animation of Actor? [SOLVED]
« on: August 19, 2015, 09:11:18 am »
Hey guys,

I just wanted to drop by and ask if there is a way to get hold of the last animation an actor was using?
For example:
Last Animation: Damage_1
Current Animation: Idle

Any ideas? Thanks alot :)

20
Ask a Question / Enable/Disable Behaviour? -HELP
« on: August 17, 2015, 09:23:42 am »
Hey guys,

I was playing around with the "enable/disable Behaviour [ ]" blocks but I don't seem to get it right.

Is there a way to disable the behaviour by default and activate it afterwards?

21
Fixed Bugs (3.x) / Newest Build doesn't PRINT? -HELP
« on: August 16, 2015, 04:32:35 am »
Hey Forum,

could you guys test real quick if your game still prints out into the logs using the "print [ ]" block?
Because mine does not on public build 8502...

22
Resolved Questions / Effects for Images on mobile? [SOLVED]
« on: August 14, 2015, 06:54:38 am »
Hey guys,

I just wanted to ask if those blocks will ever or even better in the near future be available to use on mobile devices?


23
Ask a Question / Can Stencyl create this awesome Effect? -HELP
« on: August 10, 2015, 09:39:44 pm »
Hey guys,

I was recently playing the game "Lethal League" alot and I would love to create something similar to their "shockwave effect". After researching it turns out that this effect looks very similar to photoshops "spherize" effect. Yet I have no idea how to accomplish that.
Here you can see what I mean:



Does anyone know how I could "bend" the screen like this?

24
Ask a Question / Int/Float bug? -HELP
« on: August 01, 2015, 07:59:48 am »
Hey guys,

I created a global costum block wich looks like this:

The inside looks like this:

But while compiling I get this error:
Code: [Select]
All costum Events: Float should be Int
from scripts.Design_1104_1104_AllcostumEvents
line: 520
columns: 59-67
All costum Events: For function argument 'order'
from scripts.Design_1104_1104_AllcostumEvents
line: 520
columns: 59-67
Turns out that Stencyl thinks the "Z-Index" inside the costum block is a float, but as you can see... it is an Interger. Also if I use this code outside the costum block it works just fine. Any ideas why Stencyl thinks that the Z-Index is a float?
Even putting the Z-Index in a [as number] block does not help.

25
Ask a Question / Work with created Backgrounds? -HELP
« on: August 01, 2015, 07:44:15 am »
Hey guys, I just found out, that if you use this block:

You can't use any of those blocks on the created background:

Why does this happen? I would really  like to create a background using an image and actually work with it.
If you create a background using an already existing background with this block, it works just fine:


But this is not really what I want to use, any Ideas how to fix this?

26
Ask a Question / Prevent Background from pausing? -HELP
« on: July 30, 2015, 10:12:58 am »
Hey guys, no big text this time but rather a simple question:
Is it posssible to prevent a scrolling background from "pausing" when you use the "pause game" block?

Thanks :)

27
Hey guys,

I kinda have a problem with attaching an image instance on a layer (not screen or actor). I want it to be directly behind a surten actor, not all the way on the back of the layer. I already tried my best with the Z-Order but I think Images and Actors don't use the same Z-Order, is that correct? It doesn't matter how much I decreased the Z-Order of the instance, it was always in front of the actor. Any ideas?

28
Resolved Questions / Stencyl crashing after opening game? -HELP
« on: July 22, 2015, 10:46:23 am »
Hey guys,

I just started Stencyl without changing anything and all of the sudden after opening my project it completely broke down on me giving out these Errors in the LOG:

Code: [Select]
2015-07-22 19:36:09,135 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:09,176 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:16,583 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:16,586 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:16,929 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:16,931 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:16,946 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:16,948 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,011 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,013 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,080 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,082 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,805 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,807 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,866 DEBUG [AWT-EventQueue-0] stencyl.core.lib.io.read.SceneReader: Reading header for Scene: 32 (Realtime_Fight_Test) from: scenes\32.xml
2015-07-22 19:36:17,869 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,873 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:17,934 DEBUG [AWT-EventQueue-0] stencyl.sw.app.doc.Workspace: Loading Closed Resource: Realtime_Fight_Test
2015-07-22 19:36:17,935 DEBUG [pool-1-thread-1] stencyl.core.lib.io.read.SceneReader: Reading header for Scene: 32 (Realtime_Fight_Test) from: scenes\32.xml
2015-07-22 19:36:18,033 DEBUG [pool-1-thread-1] stencyl.sw.editors.scene.Designer: Brush Changed
2015-07-22 19:36:18,329 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.EditArea: Verifying Top Level... event-key-press-release
2015-07-22 19:36:18,329 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockField: Result for: scene-reload-through - true
2015-07-22 19:36:18,330 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockField: Result for: event-key-press-release - false
2015-07-22 19:36:18,337 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockSceneObjectChooser: Fetching element 1 from scene 32
2015-07-22 19:36:18,339 DEBUG [pool-1-thread-1] stencyl.core.lib.io.read.SceneReader: Reading header for Scene: 32 (Realtime_Fight_Test) from: scenes\32.xml
2015-07-22 19:36:18,346 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockSceneObjectChooser: Fetching element 4 from scene 32
2015-07-22 19:36:18,347 DEBUG [pool-1-thread-1] stencyl.core.lib.io.read.SceneReader: Reading header for Scene: 32 (Realtime_Fight_Test) from: scenes\32.xml
2015-07-22 19:36:18,352 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.EditArea: Verifying Top Level... init
2015-07-22 19:36:18,353 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockField: Result for: set-game-att - true
2015-07-22 19:36:18,353 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockField: Result for: set-game-att - true
2015-07-22 19:36:18,353 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockField: Result for: init - false
2015-07-22 19:36:18,361 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockSceneObjectChooser: Fetching element 1 from scene 32
2015-07-22 19:36:18,361 DEBUG [pool-1-thread-1] stencyl.core.lib.io.read.SceneReader: Reading header for Scene: 32 (Realtime_Fight_Test) from: scenes\32.xml
2015-07-22 19:36:18,366 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.EditArea: Verifying Top Level... event-key-press-release
2015-07-22 19:36:18,367 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockField: Result for: shout - true
2015-07-22 19:36:18,367 DEBUG [pool-1-thread-1] stencyl.sw.editors.snippet.designer.BlockField: Result for: event-key-press-release - false
2015-07-22 19:36:18,459 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException
at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:74)
at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:54)
at stencyl.sw.app.tasks.OpenResourceTask.done(OpenResourceTask.java:76)
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$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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.ArrayIndexOutOfBoundsException
2015-07-22 19:36:18,462 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:18,925 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:18,927 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:18,947 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:18,949 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,000 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,002 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,111 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,113 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,149 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,152 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,412 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,414 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,726 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,728 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:19,829 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:41,061 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:41,063 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:41,093 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:41,095 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:41,106 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:41,107 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:42,619 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:42,621 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:45,217 DEBUG [AWT-EventQueue-0] stencyl.sw.app.App: Action: Generate Logs
2015-07-22 19:36:45,225 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:45,226 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException
2015-07-22 19:36:45,240 DEBUG [pool-1-thread-1] stencyl.sw.util.FileHelper: Matching (non-hidden) files within D:\Stencyl\Stencylwork\stencylworks\logs: [D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-24_21-34-01.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-24_21-39-13.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-24_21-47-19.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-24_21-48-26.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-25_14-08-25.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-25_18-38-49.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-26_12-31-04.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-26_13-47-16.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-26_14-09-48.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-26_14-49-02.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-26_15-31-01.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-28_15-33-53.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-29_09-14-37.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-29_10-48-11.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-29_12-53-23.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-30_06-22-33.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-06-30_11-27-40.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-01_06-28-59.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-01_10-36-31.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-01_12-56-48.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-02_07-04-04.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-02_12-29-48.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-02_14-54-01.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-02_16-38-36.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-03_09-45-37.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-03_16-46-48.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-03_21-56-50.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-03_22-14-04.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-03_22-34-47.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-04_11-48-24.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-05_12-48-06.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-05_16-19-59.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-05_18-53-43.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-06_14-52-31.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-06_20-23-43.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-07_14-40-47.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-07_19-23-47.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-07_21-31-39.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-08_14-08-39.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-08_16-54-09.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-08_22-08-21.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-09_14-31-03.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-09_22-28-18.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-10_12-56-15.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-10_12-59-19.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-10_13-13-53.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-10_16-50-11.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-12_14-24-15.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-12_14-39-00.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-12_20-29-47.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-13_06-42-23.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-14_07-20-39.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-14_07-21-11.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-14_07-35-51.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-14_12-25-49.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-14_12-44-05.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-14_19-36-36.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-15_10-54-52.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_16-14-07.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_17-30-19.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_17-30-30.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_18-24-34.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_18-25-06.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_19-08-34.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_19-12-17.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_19-16-40.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_19-20-01.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-16_19-20-46.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-17_06-14-27.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-17_14-02-39.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-18_12-41-16.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-18_14-57-27.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-19_12-42-52.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-19_15-09-37.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-19_20-26-15.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-19_20-53-33.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-19_20-55-01.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-20_14-44-04.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-20_18-30-15.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-21_15-33-36.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-21_19-22-42.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-22_14-21-44.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-22_19-34-00.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-22_19-34-48.log, D:\Stencyl\Stencylwork\stencylworks\logs\2015-07-22_19-35-50.log]
2015-07-22 19:36:51,650 ERROR [AWT-EventQueue-0] root: Unexpected problem on thread AWT-EventQueue-0: null
java.lang.ArrayIndexOutOfBoundsException

I could not even create the LOGs since it was 100% inoperable and all I was able to see was the background "grey" color.

Please help....after restarting it still does not work :x

29
Resolved Questions / "Image from file"-Block not working? [SOLVED]
« on: July 16, 2015, 07:50:54 am »
Hey guys, I kinda have a problem whenever I try to use the "image from file" block. It gives me this error:
Code: [Select]
Cutscene Manga Effect: Class<DataUtils> has no field getImageData
from scripts.Design_1090_1090_CutsceneMangaEffect
line: 93
columns: 53-75
Cutscene Manga Effect: Class<DataUtils> has no field getImageData
from scripts.Design_1090_1090_CutsceneMangaEffect
line: 95
columns: 53-75

Here is the code and I think the problem started to appear as soon as I update the External Data Extension to 1.5 (http://community.stencyl.com/index.php/topic,35620.0.html):

This is the complete code and nothing else should be able to cause this problem since it works as soon as this event is disabled.

This is the part of the LOG regarding this error:
Code: [Select]
2015-07-16 16:29:36,208 INFO  [Thread-21] stencyl.sw.util.StreamGobbler: [openfl.bat] Running command: BUILD
2015-07-16 16:29:36,208 DEBUG [Thread-21] stencyl.sw.util.StreamGobbler: [openfl.bat]  - Running command: haxe -main ApplicationMain -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/openfl/openfl" -D openfl=2.2.4 -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/lime/lime" -D lime=2.0.6 -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/actuate/1,6,5" -D actuate=1.6.5 -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/console/1,00" -D console -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/polygonal-ds/1,4,1" -D polygonal-ds=1.4.1 -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/polygonal-printf/1,0,0-beta" -D polygonal-printf=1.0.0-beta -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/box2d/1,11" -D box2d -cp "C:/Program Files (x86)/Stencyl/plaf/haxe/lib/stencyl/1,00" -D stencyl -cp Source -cp "C:\Program Files (x86)\Stencyl\plaf\haxe\extensions/gestures" -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/date -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/joints -cp "D:\Stencyl\Stencylwork\stencylworks\engine-extensions/External Data" -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/points/src -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/points -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/dialog/src -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/dialog/src-ext -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/dialog -cp "D:\Stencyl\Stencylwork\stencylworks\engine-extensions/Drawing Utils Extension" -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/customcontrols -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/label -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/attribute-saving -cp "D:\Stencyl\Stencylwork\stencylworks\engine-extensions/External Data 3.3" -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/simpleshare -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/simpleshare -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/TimeConversions -cp "D:\Stencyl\Stencylwork\stencylworks\engine-extensions/All-In-One Boolean Blocks" -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/webview2.0 -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/scale-utils -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/list-utils -cp D:\Stencyl\Stencylwork\stencylworks\engine-extensions/smooth-motion -D lime-openal -D tools=2.0.6 -D flash-use-stage -D no-compilation -D lime-opengl -D openfl-flash -D lime-curl -D web --remap nme:openfl -D network-sandbox -D as3_native -D swf-directblit -swf-lib mochi.swf -swf-lib newgrounds.swf -swf-lib cpmstar.swf -resource Assets/graphics/preloader-bg.png@preloader-bg -swf-lib Export/flash/obj/assets.swf -swf-version 11 -swf "Export/flash/bin/Anime Versus.swf" -cp Export/flash/haxe -debug
2015-07-16 16:29:41,139 ERROR [Thread-21] stencyl.sw.io.write.resource.HXWriter: Compilation error in behavior: Cutscene Manga Effect: Class<DataUtils> has no field getImageData
2015-07-16 16:29:41,139 ERROR [Thread-21] stencyl.sw.util.StreamGobbler: [openfl.bat] Source/scripts/Design_1090_1090_CutsceneMangaEffect.hx:93: characters 53-75 : Class<DataUtils> has no field getImageData
2015-07-16 16:29:41,139 ERROR [Thread-21] stencyl.sw.io.write.resource.HXWriter: Compilation error in behavior: Cutscene Manga Effect: Class<DataUtils> has no field getImageData
2015-07-16 16:29:41,139 ERROR [Thread-21] stencyl.sw.util.StreamGobbler: [openfl.bat] Source/scripts/Design_1090_1090_CutsceneMangaEffect.hx:95: characters 53-75 : Class<DataUtils> has no field getImageData
2015-07-16 16:29:41,239 INFO  [Thread-21] stencyl.sw.util.StreamGobbler: [openfl.bat] D:\Stencyl\Stencylwork\stencylworks\games-generated\Anime Versus>haxelib setup "C:\Program Files (x86)\Stencyl\plaf\haxe\lib"
2015-07-16 16:29:41,273 INFO  [Thread-21] stencyl.sw.util.StreamGobbler: [openfl.bat] haxelib repository is now C:\Program Files (x86)\Stencyl\plaf\haxe\lib/
2015-07-16 16:29:41,276 DEBUG [pool-1-thread-6] stencyl.sw.util.Util: Process 'openfl.bat' exited with code: 0
2015-07-16 16:29:41,276 INFO  [pool-1-thread-6] stencyl.sw.io.write.resource.HXWriter: Finished: Building for Flash.

30
Ask a Question / Cancel "repeat XX times" code? -HELP
« on: July 07, 2015, 10:55:20 am »
Hey guys,

I want to do the following:

If a button is pressed and hold for longer then 2 seconds, something will happen. If it is released before that, something else will happen. Well my current problem is that if you push the button down again before 2 seconds have passed, it will pick on the loop started with the first press but I want to begin a completely new loop, how can I do that?

Pages: 1 2 3 4 ... 9