Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hello;
I have a bullet that when destroyed creates either explosionOne or explosionTwo 50% of the time. I wrote a function event BulletExplodes that just creates explosionOne and it works fine. How do I write an IF(random(10)<5) type branch to do either explosionOne or explosionTwo. I don't see any way to do an if type statement inside a function.
Thanks for your time.
System:Compare two values
Is this the kind of thing you mean? I can't use Else here for the other explosion.
Thanks for your help.
You've got Else at the wrong level. Click on event 16 between the minus sign and the cog - that selects the whole event, then press X. That will give you an Else for that event.
I appreciate the help--so I moved up the else but it still won't accept it.
Thanks for your time again.
Don't move the Else up, follow my instructions. (Delete the bad Else first).
Develop games in your browser. Powerful, performant & highly capable.
Great!!! I got it to work.
Thanks blackhornet. I forgot the X.