0

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

Akarsh M
  • 1,629
  • 2
  • 24
  • 47

1 Answers1

0
     CCDirector.theApp.startActivity(activity);

This is the way to all an activity

Baby Groot
  • 4,637
  • 39
  • 52
  • 71
Rama
  • 1,156
  • 1
  • 7
  • 13