Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.95 / 5.00 11,200 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.03 / 5.00 49,499 ViewsHey I'm making a game that includes scrolling around and I'd like toknow if there is a code that lets you see the center of the screen.Like the middle size. My l x w is 550 x 400. He scrolls out of the middle and i want to make cut scenes that are in the center and I want to know if there is a code for that. Thanks to anyone who can help.
THE EVOLUTION OF A GOD
I'm not sure I understand your question, but this may help:
no no I nottryin tomake a vcam. I want to be able to see the white part in flash. Like what your working on in the middle, by putting in a code. Anyone know what I'm talking about?
THE EVOLUTION OF A GOD
i dont know what youer talking about
_root._x = char._x*-1+stage.width/2
_root._y = char._y*-1+stage.height/2
Centers the stage on the character, acts as a "basic" vcam though.