mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-15 11:37:27 +08:00
14 lines
212 B
Lua
14 lines
212 B
Lua
if nil == sp then
|
|
return
|
|
end
|
|
|
|
sp.EventType =
|
|
{
|
|
ANIMATION_START = 0,
|
|
ANIMATION_INTERRUPT = 1,
|
|
ANIMATION_END = 2,
|
|
ANIMATION_COMPLETE = 3,
|
|
ANIMATION_DISPOSE = 4,
|
|
ANIMATION_EVENT = 5,
|
|
}
|