Be a Supporter!

Scrolling Camera??!?

  • 374 Views
  • 6 Replies
New Topic Respond to this Topic
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Scrolling Camera??!? 2005-09-07 18:26:10 Reply

Hey,

Atm im making a flash website and Rather than it being a regular click and display website i want to be different. I was wondering if there was a script for side scrolling camera e.g if you move ure mouse to the left the background would move to the left displaying more.

i am kind of desperate here and i know this has proberbly been asked before. If Someone could possibly help i would appreciate it .


BBS Signature
T-H
T-H
  • Member since: Jan. 7, 2004
  • Offline.
Forum Stats
Member
Level 40
Blank Slate
Response to Scrolling Camera??!? 2005-09-07 18:38:56 Reply

_root.onEnterFrame = function(){
xDist =( Stage.width/2)-_root._xmouse;
yDist = (Stage.height/2)-_root._ymouse;
backGround_mc._x += xDist/30;
backGround_mc._y +=yDist/30;
}

<deleted>
Response to Scrolling Camera??!? 2005-09-07 18:39:24 Reply

scritpted cam works as well. google it. V-cam.

Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Scrolling Camera??!? 2005-09-07 18:44:23 Reply

Thanx ^_^ where wud i put it In the first frame?


BBS Signature
Gi-go
Gi-go
  • Member since: Jan. 31, 2004
  • Offline.
Forum Stats
Member
Level 28
Filmmaker
Response to Scrolling Camera??!? 2005-09-07 18:48:08 Reply

http://www.newground../topic.php?id=323945

Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Scrolling Camera??!? 2005-09-08 12:23:27 Reply

Gi-Go that didnt help Thanx for trying tho ^^;

What i Mean is that Seeing as its a site ure mouse will constantly be in use. So if youre mouse was to the left of the flash the background which is extended out of the flash will move to the left to reveal more of the background that could not be seen before the scrolling commenced.

if youve heard of project DCK its on there site when You enter there home.

thanx


BBS Signature
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Scrolling Camera??!? 2005-09-08 14:07:27 Reply

? lol im guessing noone has a clue :| if Not then could a mod delete this post its pointless if noone can help ^^;


BBS Signature