­I'm starting to use AndEngine in my app. I've used an xml to define the base style of the app. I've defined a scene in which I'll have some draggable sprites.

I've imported correctly the xml but the scene appears on top of that with a black background that hides the xml graphics. I need to set the scene with transparent background.

How can i do that?

link|improve this question

75% accept rate
can you submit some of the xml file? – Scar Nov 2 '11 at 8:39
feedback

2 Answers

up vote 0 down vote accepted

Actually you can do that.

It was at least working some time ago with AndEngine running on top of a Camera preview.

It has really been a while since I did this and I didn't keep it up to date, but this class should be of interest for you: http://code.google.com/p/andengineaugmentedrealityextension/source/browse/src/org/anddev/andengine/extension/augmentedreality/BaseAugmentedRealityGameActivity.java

link|improve this answer
feedback

The default background of the scene is black. you can't change it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.