mrmop / Booty5

HTML5 JavaScript game engine that accompanies the Booty5 game editor

Home Page:http://booty5.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about scene.removeAndDestroyActorsByTag("monsters");

BracerJack opened this issue · comments

Cause if you don't have that you will have to iterate through via a bunch of actor.destroy(); anyway after scene.removeActorsByTag("monsters"); if circumstances permits.