00:00
00:00
View Profile SonicMirrorz

1 Game Reviews


in answer to matokingi's question

To make an object follow the frame

Give the movieclip with your camera in the instance name "cam" (without quotations)

then on the object you want to follow the frame enter this actionscript

onClipEvent (enterFrame) {
_y += (_root.cam._y-_y)/1;
_x += (_root.cam._x-_x)/1;
}

Hope this helps.

Oh and great tutorial BTW :)

Male

Joined on 8/14/08

Level:
1
Exp Points:
10 / 20
Exp Rank:
> 100,000
Vote Power:
1.50 votes
Rank:
Civilian
Global Rank:
> 100,000
Blams:
0
Saves:
0
B/P Bonus:
0%
Whistle:
Normal