View Single Post
Old 11-13-2012, 04:54 AM   PM User | #1
jakoviak
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jakoviak is an unknown quantity at this point
scrolling via mouse position

In AS3 I am trying to have my background scroll horizontally when the mouse is on the right side of the stage. (My background instance is called "bp".)


This isn't working:

while (mouseX > 600)
{bp.x -= 2;}
jakoviak is offline   Reply With Quote