Code: Select all
Start3D()
DisplaySprite3D(#SPR_Background_Left3D,-110,0)
DisplaySprite3D(#SPR_Background_Right3D,402,0)
Stop3D()
StartDrawing(ScreenOutput())
DisplaySprite(#SPR_Orange_Circle,x,y)
StopDrawing()
Start3D()
DisplaySprite3D(#SPR_Foreground_Left3D,-110,0)
DisplaySprite3D(#SPR_Foreground_Right3D,402,0)
Stop3D()

