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

#1 2011-10-16 13:41:35

Pencilmaster
Scratcher
Registered: 2011-09-08
Posts: 100+

How do I make a cutscene for a game?

I am wanting to insert a cutscene in SuperJetPacker. How?


I iz teh Pencilmaster  wink
www.pencilmaster.weebly.com

Offline

 

#2 2011-10-16 13:50:27

ZeptoVex
New Scratcher
Registered: 2011-10-13
Posts: 100+

Re: How do I make a cutscene for a game?

make the cutscene sprite and make it hidden, then when you want the cutscene to show you use the broadcast block and the when i recieve block to make it show. After that you can use the wait block for it to show up for a certain amount of time, and then make it hide.

Offline

 

#3 2011-10-17 06:50:58

astroLoger
New Scratcher
Registered: 2011-10-16
Posts: 100+

Re: How do I make a cutscene for a game?

Like ZeptoVex said, the same way you would make a title screen. If you don't want to bother with broadcasts, you can create a variable called cutscene or something of that nature so when the time is to have it, set that variable to one and have everything work around it. Do whatever you are going to do and then once your last action is done, have the cutscene variable be set to zero.

Offline

 

Board footer