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

#1 2012-01-04 05:07:00

missLady
New Scratcher
Registered: 2012-01-04
Posts: 3

how would i make a picture puzzle game in scratch?

I've been all over the internet, researching the best way to approach the project, but  i don't have a clear where to start!!
any help would be much appreciated thnks x

Offline

 

#2 2012-01-04 10:42:46

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: how would i make a picture puzzle game in scratch?

Can you explain in more detail? Because there are lots of different types of picture puzzle games.


Why

Offline

 

#3 2012-01-04 11:55:02

missLady
New Scratcher
Registered: 2012-01-04
Posts: 3

Re: how would i make a picture puzzle game in scratch?

@redrocker227
'Can you explain in more detail? Because there are lots of different types of picture puzzle games.'
slide it jigsaw  game

Offline

 

#4 2012-01-04 13:10:18

rabbit1131
Scratcher
Registered: 2009-10-16
Posts: 1000+

Re: how would i make a picture puzzle game in scratch?

missLady wrote:

@redrocker227
'Can you explain in more detail? Because there are lots of different types of picture puzzle games.'
slide it jigsaw  game

Hmm... First start by making the costumes, then lay out the levels. Start there. Then do the easy stuff, then the harder stuff.


The Intergalactic Adventures of Revesilia! I hope you will partake in this gigantic undertaking, to build the sequel to the hit map The Adventures of Revesilia! The Intergalactic Adventures of Revesilia Map Builders Application thread! http://internetometer.com/image/35004.png

Offline

 

#5 2012-01-04 19:49:45

mcpNOVA
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: how would i make a picture puzzle game in scratch?

What are you talking about? Maybe like a puzzle meaning a picture? Well that's simple. First, you will have to make it so all the puzzle pieces are unlocked so they can be dragged online and in Presentation Mode. Make so if a specific puzzle piece reaches a certain range of the x and y positions, it will be in the correct place.

It would probably look something like this on a specific puzzle pieces spriting area:

<when green flag clicked>
<if> <<<( <x position> <>>number  )>  <and><(<y position>  <>>number  )>  >>
<go to x:(number  )y:(number
[/blocks]

That script makes it so if the x and y positions are greater than the number you pick for each of them, it will go to the exact place it's supposed to be in.

If this isn't what your asking, then I'm sorry, but you'll have to explain more.
I hoped this helped somewhat!  smile


http://i43.tinypic.com/n5fqcz.jpg

Offline

 

#6 2012-01-05 00:28:55

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: how would i make a picture puzzle game in scratch?

A slide it, huh? I hate those. I can never solve those.


Well, I think the easiest way is to make the 8 costumes, then align them. Make it so that you can determine where the empty spot is. Then make it so when the block is clicked then it will move to the empty space.

For some reason I now feel like making one of these. If I make it fast enough, I'll show you what it should be like.

Offline

 

#7 2012-01-08 11:27:35

missLady
New Scratcher
Registered: 2012-01-04
Posts: 3

Re: how would i make a picture puzzle game in scratch?

mcpNOVA
'What are you talking about?'
i want to create an slide it - game , it s a puzzle were a picture is split up into squares and you have to slide the blocks, to create the whole picture but im unsure how to approach it , i am beginner at scratch, i have done the basics but i wasn't sure  wondering  how i would get the sliding effect?
smile  thank you for all your help

Offline

 

Board footer