Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
I am interested in using a random pickup system for a racing game (kinda like Mariokart).
The pickup boxes have been setup but it is just the getting the functions setup.
Your link is not showing properly / not working.
Should be working now
drive.google.com/drive/folders ... XpWTGd1cFU
Develop games in your browser. Powerful, performant & highly capable.
mcscooter Unfortunately the link is still showing in shortened form, making it impossible to open the file
Sorry for the inconvenience. Should all be up and working now. Just backspace between the and //
https://
mcscooter
Not sure I understand correctly what you want to do, but hopefully this helps:
https://www.dropbox.com/s/411qk3nk40cmq ... .capx?dl=0
An easy way i know is:
Give your item to pick up a variable (powers) set it to number.
Car on collision with object item set variable powers : choose(0,1,2,3,4)
On item choose=0 give player power 0
On item choose=1 give player power 1
And so on.....