-
:cantlook:Recently i’v been practicing using AS 2.0 Flash and making rpg games but ran into some problems: I needed to complete the level by touching an object and i’v tried using various scripts,
onClipEvent (enterFrame) {
if (this.hitTest(_root.mc)) {
gotoAndStop(“object”);
}
}
were some results i came up with in Google but no direct answers. -
I also tried to search up the results but non , when i apply movement to a MC
( Like Platformer game) the camera follows the MC, is there anyway to make it stationary?
Thanks,
New