From Activity to CCScene , we implement this code :
CCScene scene = Class_name.scene();
CCDirector.sharedDirector().runWithScene(scene);
But From CCScene to Call the Activity , What Should I use ?
If it is Possible than suggest me to implement this thing.
Thanks In Advance