Thread
:
scrolling via mouse position
View Single Post
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
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
View Public Profile
Find More Posts by jakoviak