Problem Description
When using Pick by Comparison to filter between two families, only some of the sprite are selected
Attach a Capx
http://www.xhelos.com/c2/PickAndFamiliesProblem.capx
Description of Capx
At the start of the game, all sprites in Abductables and Units family should move to the right of the screen
Steps to Reproduce Bug
Observed Result
Only some of the selected Sprites move. for what I understand, only the sprites that are before the upHealth sprites in the abductables family move. upHealth is an abducatble but is doesn't belong to units family
Expected Result
All of the abductables and units family should move
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (YES)
Operating System and Service Pack
Windows 7 Ultimate 64bits, Service Pack1
Construct 2 Version ID
Release 168 (64 -bits)
NOTE: I have put some events that alter the order of the families being picked, this works. Also if we enable the action units->formard units.speed/5 pixels, and disable abductables->move forward units.speed/5, it work. Only units have the speed parameter.