Hi,
I have recently released a game on the google playstore called the firstflight-Airwolves.
https://play.google.com/store/apps/deta ... UuZ2FtZSJd
I developed this game in surfaceView. However i would like to use the power of AndEngine and i am new to AndEngine. I have about 36 stages developed as of now in surfaceView all implemented in a single Activity called ActivityA for example. I intend to switch to AndEngine for any updates to the game from here on.
My question is that if i create an ActivityB for AndEngine (i.e. SimpleBaseGameActivity) and fire an intent from ActivityA once the user has played the 36 stages to open ActivityB , would it create any problems?
Thanx.


