Okay, So I know to use the "ScrollTo" behavior, but I would only like it to follow the Sprite / Character, Left , Right and Up, not down.. how do I change this? (I am not using any background for this game, just white)
Thanks to anyone who helps!
-Put an invisible sprite in the same position of your character.
-Make him follow the character in all situations that you need (left, right and up).
-Bind the scroll to the invisible sprite.
This should work:
<img src="http://img59.imageshack.us/img59/9155/naamlooskco.png" border="0" />
Thank you so much!
EDIT: Although what is the Sprite y < scrolly thing? mine looks like this
<img src="http://i.imgur.com/vH8dJdM.png" border="0" />
[It work's exactly how I would like it though]
Develop games in your browser. Powerful, performant & highly capable.
If you only want it to scroll left and right you only have to set scroll X. (scrolling in the x direction)
By the way, the "Player: Set Y to Player.Y" event you have there does nothing, except setting the Y of the Player object to it's own position.
Thanks (: