Save-Point
How would I put the new zoom mode 7? - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: How would I put the new zoom mode 7? (/thread-3602.html)



How would I put the new zoom mode 7? - Raphael Rpg Games - 07-04-2011

Hello, I'm new here in the forum and wanted to know how can I put zoom in New Mode 7

Content Hidden



RE: How would I put the new zoom mode 7? - Raphael Rpg Games - 07-04-2011

No you're not bored, I want to zoom in Mode 7 (New Mode 7) and not the H-Mode 7!
Know zoom in, zoom out, these things! The Your Messages and sorry I posted the other, is that here in my house gave an error! Got it? Well still waiting to know how I can put the zoom in mode 7! Oh, is pro MGCalatogel forward this request? I'm sure he is the creator of the new 7 mode, you'll know how I can do this (for the zoom mode 7). I await Your Messages new!


RE: How would I put the new zoom mode 7? - MGC - 07-05-2011

The New Mode 7 script doesn't handle zoom features, mainly because it may lag more than with NeoM7 and HM7 scripts.
But if you really want to try it, I made a small add-on :
- first upgrade your NM7 script to the latest version (24/04/2008) : New Mode 7
- then paste the following script below :
script

To apply a new zoom level (in percentage - default = 100), use in an event :
$scene.spriteset.tilemap.set_zoom(new value)
Or you can zoom progressively into a new zoom level with :
$scene.spriteset.tilemap.to_zoom(value, speed)