I'm not sure which tutorial you are using but - you could create sprites and set there priority to a high number to have them drawn behind other sprites.
set sprite priority spritenum, priority
set sprite priority 1,50
=====================================================================
You can use paste sprite, if you don't need to retain the collision, Also have a look at clone sprite
=====================================================================
Also sprites are faster if you turn the backsave feature off
have a look at set sprite command
if you turn off the backsave you will be responsible for clearing the screen and resrawing it each loop if the sprites are going to be moving.
=====================================================================
You may also want to look at using textured plains as it may be easier to et the effect your looking for.
=====================================================================
~zen