A Couple of Ideas for the Next Update
-
So, I've had a few ideas for new features in fuze.
-
A new sleep() function, that doesn't stop the whole program, so you can stop just one sprite, or something to that effect. Maybe call it
"sleepSprite( handle )" or "sleepObject( handle)". I've done it with variables, but I feel it would be nice to have a convenient function to do it. -
A 3d model import code. I don't even know if it's possible to make a custom 3d model in Fuze, but I think it would be convenient to have an import system for custom 3d models. Maybe have a scanner on the website that lets you import up to a certain size 3d model. It then lists the vertices' positions and outputs a code for them. Then, in Fuze, you could input the code and it would build the 3d model into a project. You could also have an Image importer that would function the same basic way, scanning the image, then outputting a code, that when put in Fuze, would recreate the image. Then the image could be applied to the model, to give it a texture.
-