Hello,
I am currently developing an educational game using Multimedia Fusion 2 for my ICT assessment. I was wondering how I could make a start frame with two characters for the player to select from as I am having trouble.
Printable View
Hello,
I am currently developing an educational game using Multimedia Fusion 2 for my ICT assessment. I was wondering how I could make a start frame with two characters for the player to select from as I am having trouble.
On your character select frame, make it so that depending on which character you click, a global value becomes either a 1 or stays a 0. At the start of every frame, have an event that checks for the global value and places the correct character accordingly. Just place both characters on every frame and move them in where you start.