Hi!
Im new to scratch and Im currently in the process of making my first game. I wanted to know if anyone could help me with making a start page (including buttons that lead to instruction pages etc)?
Also, I've made sprites that are intended to be obstacles that my main sprite cant go through, and has to jump over. Is there a script I can follow to enable my main sprite to do this?
Offline
First things first, let's deal with the "start page"
At my project (http://scratch.mit.edu/projects/rlojunior/2820208) you can see a start page with a play and instructions buttons.
See if it can helps you.
Bye
Offline
well, check out the project in my signature, it has a menu.If it's too scary, than note that your game characters should hide when gf pressed, and the menu blocks should show. then, use broadcasting to make submenus.
Offline
when gf clicked hide // sprites in the game when i receive [start v] show // sprites in the game when gf clicked show //start button sprite wait until <<mouse down?> and <touching [mouse-pointer v]?>> broadcast [start v]
Offline