Clickteam Fusion 2.5

Clickteam Fusion 2.5

Squatter Jul 15, 2015 @ 9:46pm
Scaling Active Object
so I am starting to optimize my app

How do I scale a small active to fit the screen at runtime?

I have an active object that is 8x8 one solid color

How can I scale this up to fit the entire background that is 640 x 480?

I am not finding examples, and I am tinkering with the scaling in Fusion, but I am just not getting it. When I put anything higher than scale of 1, the image doesnt even show.

Thanks
< >
Showing 1-2 of 2 comments
olivier Jul 16, 2015 @ 12:24am 
I would use an Active object whose hot-spot is located in the top-left corner of its image. And position the Active object in the top-left corner of the Frame. Then I would use the event below:

• Start of frame
- Active: Set X scale to 640 / 8 (Quality = 0)
- Active: Set Y scale to 480 / 8 (Quality = 0)
Squatter Jul 16, 2015 @ 7:13am 
Thats what was messing me up, I reduced a 32x32 image to the 8x8 but didnt change the hot-spot... so the hot-spot was off in the distance not on the image.

That is probably why when I tried to scale it up, it just didnt show

o and thanks
Last edited by Squatter; Jul 16, 2015 @ 7:14am
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Jul 15, 2015 @ 9:46pm
Posts: 2