Hello, back again with another question where I'm probably trying to make C2 do something it's not supposed to.
Is it possible to do something like:
mysprite= spawnfunctionthatreturnsSprite("someobject")
mysprite.addBehavior("mybehavior")
or even
mysprite.removeBehavior("mybehavior")
?