I know how to add non-moving enemys to a scrolling game!
Just find out the scroll x location for where you want it and set its x to that scroll x.
Offline
for it to move experiment with making it change its Xlocation (eg repeat 10 change Xvariable by 3, repeat 10 change Xvariable by -3) this should make an enemy pace right and then left.
Offline