Hi all!
I've just started a project using Swift, so far so good except when trying to access event names, does anyone know what I'm doing wrong?
The below throws up the error: Use of unresolved identifier: SP_EVENT_TYPE_TOUCH
topLeft.addEventListener("redTouched", atObject: self, forType: SP_EVENT_TYPE_TOUCH)
Many thanks in advance!
Doolali