Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Update:
Add document.
Kyatric
Please help me to move this topic to "Completed Addons" section.
irina
Yes, I did not add collision avoidance with neighbors in this case, to make them grabbing feed crazily no matter they are bumping together.
Moved.
ThanksI rextaimbow, looking in to moving groups. This sounds promising.
I noticed some funky behavior with the alignment forces, and I looked at the code. It seems like you are using a naive average for angles, which can sometimes result in odd things such as -170 and 170 averaging to 0 instead of 180
bladedpenguin
Thanks, I had updated this behavior. I first change angle(radians) to clamped degree which is 0~360, then get average of degree. Finally turn back average degree to angle(radians).
rexrainbow
Hi, is it possible to set boids to follow something... like a leader of flock?
If he moves, flock moves... if he stops the flock stops...
tnx!
Yes, this behavior only provides a leading angle, designer need apply this angle by itself in event sheet.
thanx... ill fiddle with options to see what i can come up with.
One question... your capx in FF starts with 50 fps and after minute or even less drops to 10 ...
is that normal?
Tested on my pc, it always runs at 59 fps.
Hello rexrainbow, tried downloading the capx for the demo of rex_boids but the link wasnt active. Please assist.
The link is valid. (Here)
Hi rexrainbow, is there a way to use this with 4 directions move only?
Develop games in your browser. Powerful, performant & highly capable.
balsh
Sure, this behavior does not control the movement of sprite. User should add custom moving action.
Anyone else having trouble installing this? I put it in the plugins folder but get the error:
Unable to load plugin...Found 'GetPluginSettings' global, but it is not a function
could someone help? thank you!