hi,
how can I know the number of taps the user has done?
The CCTouch class doesn’t have the tapCount method like the CGTouch in objective-c.
Tx,
M.
hi,
how can I know the number of taps the user has done?
The CCTouch class doesn’t have the tapCount method like the CGTouch in objective-c.
Tx,
M.
You can use CCSet::count().
Hi,
the ccset::count() method is not designed for the tapCount. It does not return the number of taps.
Any more ideas?
Tx,
M.