|
-
Hype over content...
"Maybe as well as blurring the screen when it's paused, you should fade to grayscale"
Hmmm where did you get that idea from ? 
Squize.
-
hey that´s right I have seen that effect as well on zelda the windwaker before- so what about it?
-
Script kiddie
Yeah Squize, we both know where I got the idea from (and it wasn't Wind Waker )
Hooligan, scrollRect is a beautiful and crafty property (looks like I referred to it as a function earlier, whoops). Here's how it works:
mc.scrollRect = new Rectangle(startX, startY, maskWidth, maskHeight);
If you want to display the area 5 pixels up and 3 pixels left, we'd do this:
_root.scrollRect = new Rectangle(-5, -3, Stage.width, Stage.height);
(Although depending on your stage resize settings, you might want to replace Stage.width and Stage.height with fixed numbers instead, like 550 and 400).
Also, note that you'll need to add this line to the start of your movie:
import flash.geom.Rectangle
In order to be able to use the Rectangle object.
-
Who needs pants?
Thanks vengence i'll try it out and see hoe it goes. Thanks for all the input guys. I hope to have another demo up soon for crits / comments.
Thanks again
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|