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

#1 2013-01-21 06:44:14

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Scratch 2.0 help

I need help! I'm making a game for scratch 2.0, not in scratch 2.0.

I need to know several things.

The first is, what does the video block report back to you?

Thanks, Letmethink

Edit: and by the way it is going to be a fruit ninja game on scratch that you can chop with your hands with this as it's base

Last edited by letmethink (2013-01-21 06:58:50)


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

#2 2013-01-21 08:39:21

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: Scratch 2.0 help

This article has a good explanation of 2.0's video feature (Watch Me Move!). 1.4 doesn't have Watch Me Move! though, so how are you going to make this without 2.0?

Last edited by djdolphin (2013-01-21 08:41:42)

Offline

 

#3 2013-01-21 08:54:10

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Re: Scratch 2.0 help

djdolphin wrote:

This article has a good explanation of 2.0's video feature (Watch Me Move!). 1.4 doesn't have Watch Me Move! though, so how are you going to make this without 2.0?

I am making it now, and when 2.0 goes to beta, I won't have to make it all again, I will just be able to add things where I have commented


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

#4 2013-01-21 09:00:32

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Re: Scratch 2.0 help

djdolphin wrote:

This article has a good explanation of 2.0's video feature (Watch Me Move!). 1.4 doesn't have Watch Me Move! though, so how are you going to make this without 2.0?

The thing is, it doesn't explain what the reporter block

(video [motion v] on [stage v])
Reports back to the user, which is what I need.

Last edited by letmethink (2013-01-21 09:01:52)


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

#5 2013-01-21 16:04:20

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Scratch 2.0 help

[motion] reports the magnitude of the average motion vector on the sprite or stage, and [direction] reports its direction.


nXIII

Offline

 

#6 2013-01-21 18:00:45

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Scratch 2.0 help

From what I remember, when the 2.0 alpha was public for a while for Scratch Day, the "motion" is a value between 0 and 100 that represents how much movement is going on in the area of an sprite, or the whole stage. When you actually move in front of the webcam, it reported about 70 or more.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#7 2013-01-22 02:28:14

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Re: Scratch 2.0 help

technoguyx wrote:

From what I remember, when the 2.0 alpha was public for a while for Scratch Day, the "motion" is a value between 0 and 100 that represents how much movement is going on in the area of an sprite, or the whole stage. When you actually move in front of the webcam, it reported about 70 or more.

Thanks, so should I have like,

If motion on self > 70
do.... Cut the fruit and clone the splitting sprite


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

#8 2013-01-22 17:29:14

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Scratch 2.0 help

Exactly.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#9 2013-01-23 02:03:55

letmethink
Scratcher
Registered: 2010-05-09
Posts: 100+

Re: Scratch 2.0 help

technoguyx wrote:

Exactly.

Thanks  cool


Clicky Clicky!!!               I am writing a book...             Look here

Offline

 

Board footer