For a game, I’ve been trying to create a “zoom in” effect where a character is suddenly given attention and zoomed in to almost 2x magnification and in a second the game resumes a normal screen.
I tried to simply do the tedious _width/_height methods however, I thought there would be an easier way to call a method of a center coordinate and zoom as a whole?
leanding towards putting everything under a mc… hmm any help?