Week 9
CodeProgress » Devlog
This Week we continued with our pyramids, replacing the user input with a slider instead.
Keeping the code the same as last week I added a new function called pyramidslider which works the same way as our previous function worked but uses intSlider in place of promptDialog, I've also inserted a variable called slider1 inside my window code which contains intSlider's parameters such as max and min value, I then use the spawn pyramid button to call upon my pyramidslider function which asks the user to move a slider between 0-100 which then creates the desired pyramid.
Leave a comment
Log in with itch.io to leave a comment.