Basically I'd like to do something like
if (Sprite.hasImagePoint("Named Image Point")) { Sprite.spawnAnotherObject("at that point"); } else { // do nothing } [/code:1hofoqlm]
Develop games in your browser. Powerful, performant & highly capable.
You can test what an objects variable value is.
So if you were to compare sprite variable "ihasanimagepoint" = 1, then create object at blah, blah point
Good idea, thanks!