Open sianzain opened 8 years ago
/\ Rotates a cc.Node object to a certain angle by modifying it's
@extends cc.ActionInterval _/ rs.SizeTo = cc.ActionInterval.extend({ _dstValue:0, _startValue:0, diffValue:0, /*
/**
How can one extends the action interval class for Cocos2d-x Android/JS project? Because in android Debug error gives:
DEBUG/cocos2d-x debug info(24129): JS: assets/progressBar.js:127:TypeError: cc.ActionInterval.extend is not a function
/\ Rotates a cc.Node object to a certain angle by modifying it's
@extends cc.ActionInterval _/ rs.SizeTo = cc.ActionInterval.extend({ _dstValue:0, _startValue:0, diffValue:0, /*
/**
/**
/**
How can one extends the action interval class for Cocos2d-x Android/JS project? Because in android Debug error gives:
DEBUG/cocos2d-x debug info(24129): JS: assets/progressBar.js:127:TypeError: cc.ActionInterval.extend is not a function