The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsI need help with a sniper game how would i get the scope to zoom in?
Check out the flaming atom forums! A growing community of youtubers, with interesting discussions and a minecraft server. http://forum.flamingatom.com/index/
At 9/17/08 05:03 PM, C-Doodlez-Man wrote: I need help with a sniper game how would i get the scope to zoom in?
What do you mean? Be more descriptive please.
At 9/17/08 05:03 PM, C-Doodlez-Man wrote: I need help with a sniper game how would i get the scope to zoom in?
I would guess an easy way to do it would be V-Cam but I'm not sure if it would work.
maybe have it so you go to a different frame with a vcam zoomed right in
Yeah it should work.
I've tried it I made it where my mouse wheel changes the zoom.
mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
vcam._xscale -= delta;
vcam._yscale -= delta;
if(vcam._xscale>150 && vcam._yscale>99){
vcam._xscale+= delta;
vcam._yscale+= delta;
}
if(vcam._xscale<50 && vcam._yscale<150){
vcam._xscale+= delta;
vcam._yscale+= delta;
}
}
Mouse.addListener(mouseListener);
I made it where it doesn't zoom out too much and doesn't zoom in too much...
Check out the flaming atom forums! A growing community of youtubers, with interesting discussions and a minecraft server. http://forum.flamingatom.com/index/
At 9/17/08 05:42 PM, Cthun wrote: mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
vcam._xscale -= delta;
vcam._yscale -= delta;
if(vcam._xscale>150 && vcam._yscale>99){
vcam._xscale+= delta;
vcam._yscale+= delta;
}
if(vcam._xscale<50 && vcam._yscale<150){
vcam._xscale+= delta;
vcam._yscale+= delta;
}
}
Mouse.addListener(mouseListener);
now would i apply this to the symbol it applies to (backround) or the frame?
Check out the flaming atom forums! A growing community of youtubers, with interesting discussions and a minecraft server. http://forum.flamingatom.com/index/
At 9/18/08 04:59 PM, C-Doodlez-Man wrote: now would i apply this to the symbol it applies to (backround) or the frame?
You would rewrite it on your own instead of blatantly stealing someone else's work.
"Whoever said 'winners never quit' obviously never considered addicts." - Hoeloe
fuck you the reason i asked this question was for answers not for your bullshit
At 9/18/08 05:04 PM, uyersuyer wrote: You would rewrite it on your own instead of blatantly stealing someone else's work.
Check out the flaming atom forums! A growing community of youtubers, with interesting discussions and a minecraft server. http://forum.flamingatom.com/index/
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/0TUpm5h6 LDQ&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/0TUpm5h6LD Q&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
At 9/18/08 06:24 PM, C-Doodlez-Man wrote: fuck you the reason i asked this question was for answers not for your bullshit
Yeah, because people on Newgrounds normally ask questions without wanting answers.