I would but every time I leave the MFA it auto-deletes the files that it cannot play, so the next time you open the MFA they aren't there.
Type: Posts; User: Musta; Keyword(s):
I would but every time I leave the MFA it auto-deletes the files that it cannot play, so the next time you open the MFA they aren't there.
Figured it out, I guess at some point the sprite had duplicated itself and was directly on top of the other, so they moved perfectly with each other. Deleted one and the one left started to work. How...
https://www.youtube.com/watch?v=Hp_ghLvGf4A
All code is at the start of video; keep an eye on the debugger, specifically the sprite's size.
Video should be self explanatory but I will explain:...
I actually loaded up some other sounds from the pack that were Stereo and had the exact same bitrates as the other files I use that work, and it didn't work.
It's also a .wav file, I usually use...
Mono sounds using Play Sample do not work, they make no noise at all in the editor and a runtime. Why is this? I bought a bunch of sound effects to use, turns out they're all in Mono. I'll have to...
Noted, won't use em. I just replaced it with a String instead and it works great. Thanks for the help
Isn't that the whole point of it though, to display text? Why would it run so horribly, doesn't that make it essentially useless?
Forgot to mention, opening the debugger will stop the framedrops for some reason.
https://www.youtube.com/watch?v=t2YlxlLcMcg
Looking at the memory usage for my game is stays around 65mb on this one specific frame, barely anything.
Randomly I'll get huge framerate drops while testing random things, like the game...
That worked. That makes complete sense now when I think about it that way; in order for scope to apply to the newly created object the object has to actually exist first, so it was applying the...
Maybe, I'm not sure. I need to have different events based on player direction because of the Sprayer Object; it needs to know which direction the player faces in order to know which way to spray.
...
In the same vein as Create Object, does Launch Object create its own object each time it launches an object?
I am creating a spell to launch an arrow, the spell works perfectly except a couple...
Ah thanks, that's what I mean I didn't know what text to use in the Expression Editor, the "+ Str$(Global Value A)" part.
Using "knockback" + Str$(ID( "enemy" )) works, changing the Alterable...
For example: At Start of Frame I have each enemy in their Behaviors write their Fixed Value into an Alterable Value named ID, so that Fusion can differentiate between two enemy Objects that are...
fredetmumu I have to use the for each loops because if I don't the particles will fall through the floor; the Particle Spray Object takes control because it has a gravity parameter, setting the...
They are not physics objects, your example is perfect but I am using the Particle Spray Object extension to create the spray, which I guess cannot shoot out Physics objects; it simply shoots nothing...
That's what I mean, I don't understand how Fusion decides to scope qualifiers by default.
I don't speak French but I understand what you were saying, I think. Here...
2967029671
I outlined...
Hello all, I need some assistance in understanding how Qualifiers work, in relation to their IDs and such.
I will attach detailed pics of my issue here; Basically I have an object that will create...
Don't get your hopes up... millions lol, you'll be lucky to make 10k in most cases.
This is how I'm checking whether the player sprite's sword hits anything or not.
What am I doing right and what am I doing wrong? Not only in relation to the melee, but everything in the...
Here you go: https://imgur.com/2qGZm1N,zDiUtc2,bZoByJS ...It seems like all of the Event Editor stuff turned completely black.
Deleting the key didn't work unfortunately.
And I found the...
That one mushroom looks like a penis.
I selected "Build and Run" by accident and my whole program screwed up. I was using the Dark skin, and no my event editor looks like this. When trying to change skin in preferences it says there are...
Is there any surefire way to prevent ropes from breaking apart and spazzing out all over the screen? I haven't found one yet.
I imported a sprite, but it doesn't walk, it only uses the Stopping animation even though I have set the walking and jumping animations. Help?
Also is there any way to just mirror movement in the...
Very helpful, thank you both, the video was a nice explanation.
For all of the resources, they are in their libraries, but how do you add sprites?
Can you add a whole sprite-sheet, or do you have to add individual sprites as individual files for each frame of...
Thank you for the answers. Any map-editor suggestions?
Also, I'm sort of confused as to how you do it all on one frame. How do you transition maps? I assume move the player object to a different...
Hello, I have a couple questions about Fusion 2.5.
Is there any way to create a global event that would work on all frames (Or a selected large number of frames) of the game?
Second question,...