Error with background scrolling
1UpGamestudio
Member Posts: 213
Hi, i have a problem with background scrolling.
When the background is in motion pictures often do not coincide and are detached from one another as an example.
Please Help me!!!
http://gamesalad.com/game/play/79959
When the background is in motion pictures often do not coincide and are detached from one another as an example.
Please Help me!!!
http://gamesalad.com/game/play/79959
Comments
but, difficult to see the exact cause without your code...or image
may be that your image has a slightly shaded or transparent cell (cells) on top ... check its dimensions ... or is an uneven # of pixels in height
then again may be placement of initial image...
always good to use for left-side alignment:
self.Position.X = (game.Display Size.Width) - (game.Display Size.Width) +( self.Size.Width /2)
and vertical alignment:
self.Position Y = (game.Display Size.Height) /2
Patience...somebody will have a solution for you...
Love the effect even with the defect!
MH