Here is another database plugin - nedb, asynchronous database. Reference
Joannesalfa
Here it is.
You do not have permission to view this post
Maydie
I had fixed bug1 in this plugin.
About second question, yes, it will hold the c2 engine if calculate a lot of noise values. One possible solution is - create them in ticks. You might try my eventbalancer.
The other solution is creating another plugin which generate noise values by webworker.
Update
Sample capx
Develop games in your browser. Powerful, performant & highly capable.
Savvy001
I have no idea, sorry.
andykenobi
Shuffle could be implemented by events
1. add a column in each row named "index" with a random value
2. sort rows by this "index" column
kmsravindra
A bullet + rotate toward position might be better when the nodes or current position changiing in run-time. See previous post
elliottmarcjones
Put it into "behaviors" folder, not "plugins".
Or uses this tool to download&install all of my plugins
Yes, it is possible.
One of solution is executing javascript code from official browser object -
1. load external javascript code ( a string ) from AJAX
2. execute javascript code by action of official browser object
3. call C2 function by
c2_callFunction("name", ["param1", "param2"]);[/code:3oxavhtn] This solution only can controls objects by official function call.
Uses audio effect
Set property "Audio effect" to "Yes" to fade in or fade out sound by audio effect, if web audio is supported. Otherwise, it will fade by setting volume every tick.
This problem might come from nw.js. See this thread.
Although nw.js said "This should be working with latest version now. ", but this bug still happened... 3 days ago..
johxn
Use official audio's "action: Schedule next play" to play a note sound under "Condition:For each note". ( Sample capx )
"action: Schedule next play" will play sound more accurately.
Add "Condition:For each note" to retrieve all notes in all tracks, channels.
Get properties of each note by
sample capx
Newgrounds.io has released the Get started page now.
Feature request:
There are already has normal angle, reflection angle. It might be possible to add expression to get angle of polygon -
The normal angle is orthogonal with polygon angle.