This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-11-05 04:04:28

tash_5
New Scratcher
Registered: 2012-11-05
Posts: 5

Creating a start page and obstacles

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

 

#2 2012-11-06 07:32:49

rlojunior
Scratcher
Registered: 2010-08-11
Posts: 59

Re: Creating a start page and obstacles

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

 

#3 2012-11-07 14:23:28

prokohtu
Scratcher
Registered: 2008-06-19
Posts: 100+

Re: Creating a start page and obstacles

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.


Scratch's most realistic F1 simulator
https://lh6.googleusercontent.com/-qIdF-SzbTzw/UU29tK-FYvI/AAAAAAAAAOs/vRFKr1Iwldc/s225/logo.jpg

Offline

 

#4 2012-11-07 19:42:38

destructo-serpent
Scratcher
Registered: 2012-07-25
Posts: 1000+

Re: Creating a start page and obstacles

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

 

#5 2012-11-09 02:21:55

tash_5
New Scratcher
Registered: 2012-11-05
Posts: 5

Re: Creating a start page and obstacles

Thanks destructo-serpent, that helped heaps!  smile

Offline

 

Board footer