Article topic:
Wick Editor bugs and crash procedures
Items will be ordered like this:
7. [issue]
[description]
Followed by the replication method, if needed:
- [step 1]
- [step 2]
- [step 3]
Alright.
I’ve been using the wick editor for some weeks now, and I’ve got to say that its very cool. It definitely curbed my Scratch addiction (hah) and I’ve started using it more. However, the editor will crash under certain, very easy to hit, parameters:
-
Green error screen.
Dragging a frame to a layer that does not exist. I did not get this every time, but this usually works with audio files over thirty seconds. I do this accidentally a lot. -
random.integer reference not working how “intended?”
I attempted to execute the following code:
playSound(random.integer(1, 10))
This will result in an error message. Is it not possible to play a random sound? -
gotoAndPlay then stopping crashes
Executing this code crashes the editor:
gotoAndPlay(1)
stop(1)
I have access to a windows computer, but I mainly use this program on ChromeOS + Chrome Browser. I have not tried replicating these bugs on another browser or OS.
OS: ChromeOS (Chromebook)
Device Type: Desktop
Browser: Chrome
That is all.
Nice editor by the way, guys.