this was a typo it is 0-127, pls just look at it yourself
Develop games in your browser. Powerful, performant & highly capable.
I assume it only returns something in a specific trigger, I don't have a midi device to test though.
The expression dictionary states: Control number/value for a Control Change message (0-127). So by that I am fairly certain it needs to be used in a "on message" trigger with the message type set to "control changed".
Control number/value for a Control Change message (0-127)
you have to think about what the expression will look like after it has been evaluated.
it needs to be one continous string with the spaces separating the tags, i.e. str(Midi.NoteNumber - 23) & " audio"
str(Midi.NoteNumber - 23) & " audio"
set tiled background to:
x = player.x
y = player.y
angle = angle(player.x, player.y, tetherpoint.x, tetherpoint.y)
width = distance(player.x, player.y, tetherpoint.x, tetherpoint.y)
If you encounter this again you could start the chrome dev tools profiler, that may give a hint at some memory leak or something.
one liner:
set width to: Self.Pathfinding.MovingAngle > 270 | Self.Pathfinding.MovingAngle < 90 ? abs(Self.Width) : -abs(Self.Width)
Self.Pathfinding.MovingAngle > 270 | Self.Pathfinding.MovingAngle < 90 ? abs(Self.Width) : -abs(Self.Width)
this was added in a recent beta, it's on the browser object
This makes stuff that resets on the next top level event (picking of newly created instances, wait for previous) a bit of a pain. But I'd have to test to properly confirm.
Afaik a group is just an event with a boolean check if the group is active, but disguised by the different UI.
So yes everything under a group is basically a sub-event.
We also have the Construct Community Collective where addons can be crowdfunded. A few ones like The FMOD addon, the open sourcing of 3dObject etc. have been funded that way.
On the Construct Community Discord there are a bunch of addon devs and we have an offer channel.
But you can probably make an offer here on the forums as well.
Member since 6 Jul, 2017