lol sorry. couldnt get passed that...
get an idea on what you're doing by looking at
Gas' main menu orb code.
but I forget wich one it is but it's memory.xap that you'll edit.. there are like 4 different ones but I think it's the memorycopy.xap one.
basically you'd search for xbox4.xbx and replace the apperance with...
CODE
appearance Appearance
{
material MaxMaterial
{
name "ReflectSurface"
}
texture ImageTexture { url "texture.xbx" }
}
geometry Mesh { url "gasorb.xm" }
Hope that gets you started.