Hi guys and gals,
I just uploaded a bugfix update for some of the bugs that filled my list in the last weeks. Also there are some new features.
Fixes:
- Videos on Mac aren't shown
- Videopreview in Editor is not working correctly
- Combined conditions do not work correctly
- Editor for combined conditions does not update, choosing a condition closes the condition editor
- Minimizing zooms the paintbox
- Translation texts not scrollable
- Arrows for spinner don't work as expected
New features:
- Show object by value like conditions
- Changing particle parameters while running, code below
- Change waysystem via console
- Switch for showing only conditions of the current scene in console
- a lot of changes on the sound system, but I'm not finished yet, so I won't document that yet
Code for changing particle position e.g.:
graphics.getParticles(Objects.glow1).center = {game.CurrentCharacter.Position.x,game.CurrentCharacter.Position.y}