ForumsProgramming ForumHelp on a Mouse Avoider.

3 2511
TheSid
offline
TheSid
332 posts
Nomad

I'm making a mouse avoider, but i want it to scroll down, kind of like the game 'frustration' (here in AG). But i can't do it! I made a big path and tried to make it go down and tween it, but it won't work.

I don't know if this of any use, but I have a stop() code in the first frame, and it has several layers, and i'm using a gotoframe(1) etc codey when you crash against walls. Any suggestions?

  • 3 Replies
dank
offline
dank
986 posts
Peasant

On wall, put a y -= speed in a frame event. That will make it scroll up.

TheSid
offline
TheSid
332 posts
Nomad

Huh? Please explain a little better..
..but anyway, i think I got it...
-testing-

Captain_J_Sheridan
offline
Captain_J_Sheridan
313 posts
Nomad

To scroll in Flash like you usually do in games, instead of moving the character, you move the rest in the oposite direction

Showing 1-3 of 3