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

#2976 2013-03-26 23:05:22

Chemi4001
Scratcher
Registered: 2013-01-12
Posts: 32

Re: Official [Scratchblocks] Testing Play Area

set [Isp v] to ((Thrust Force) / (Mass flow rate))
set [Max DV v] to ((Isp) * ( [ln v] of (((Empty mass) + (Fuel mass)) / (Empty mass)))) //Tsiolkovsky rocket equation
Am I right abous Tsiolkovsky rocket equation?

note : I know , Ve = ISP * G0 but that equation is for if rocket engine propelled down like this :  http://upload.wikimedia.org/wikipedia/commons/4/4d/RS-68_rocket_engine_test.jpg

Offline

 

#2977 2013-03-27 14:08:05

HamsterMan2000
Scratcher
Registered: 2008-12-20
Posts: 62

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

PresidentialNyan wrote:

HamsterMan2000 wrote:


BIG SCRIPT BY r2dav2

i think those are r2dav2's platformer base scripts. Don't copy.  hmm
they might not be, just a warning not to copy scratchers.

A lot of users use these scripts for their platformers. It's not copying. And besides, this is a play area for Scratchblocks it's not really copying.

This is based off r2dav2's platformer base script. I was just testing out the block export plugin on a big script!

Funny thing, I've searched everywhere for a perfect platformer script and how that person did it. After I saw r2dav2's just ONCE, I memorized the script and can't live without it! I've eperimented with a similar design but was twice as big a script. I will give credit in my projects that will use it though!

Last edited by HamsterMan2000 (2013-03-27 14:10:25)


http://i.imgur.com/DB8bLI9.png

Offline

 

#2978 2013-03-27 19:32:31

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Hmmm, I'll test this out.

forever
 forever
  forever
    forever
      if <    >
       if <    >
        if <    >
         if <    >
         end
        end
       end
      end
     end
    end
   end
  end
 end
end
tongue  wow.


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2979 2013-03-27 19:33:40

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

<[e] = [mc^2]>

Last edited by 7734f (2013-03-27 19:34:05)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2980 2013-03-27 21:38:59

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

([lol v] of [10])
Good enough?
([lolololololololol v] of [10])
set [lol v] to ([sin v] of (lol))
change x by (lol)
wait [3] secs
go to x:[0] y:[0]
eat [cookies v]
stop all

Last edited by Liamadams (2013-03-27 21:40:18)


http://i39.tinypic.com/3309476.jpg

Offline

 

#2981 2013-03-27 22:37:23

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Hmmm, does this work?

(direction)
(x position)
(y position)
(size)
(costume #)
(background #)
(tempo)
(volume)
(answer)
(loudness)
([slider v] sensor value)
(var. 1)
(timer)

Last edited by 7734f (2013-03-27 22:41:50)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2982 2013-03-27 22:40:40

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Ok now for these:

<key [space v] pressed?>
<mouse down?>
<loud?>

Last edited by 7734f (2013-03-27 22:40:51)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2983 2013-03-28 10:35:17

savaka
Scratcher
Registered: 2011-01-07
Posts: 6

Re: Official [Scratchblocks] Testing Play Area

when I eat myself
forever
  set x to (180)
  blow up
end


http://scratch.mit.edu/static/projects/savaka/2790251_sm.png
Program the Robot 1s1s

Offline

 

#2984 2013-03-28 16:34:11

PresidentialNyan
Scratcher
Registered: 2013-02-23
Posts: 59

Re: Official [Scratchblocks] Testing Play Area

cauzality wrote:

when gf clicked
set size to [100]%
set [depth] to [0]
set [x] to [0]
set [y] to [-200]
forever
   set size to ([100] - ((depth)/[4])) %
   set y to ([10] * ([sqrt v] of ([1]+(depth))-[100]))
   if <key [w v] pressed?>
      change depth by [3]
      if <(depth) > [200]>
         set [depth] to [200]
   if <key [s v] pressed?>
      change [depth] by -3
      if < (depth) < [0]>
         set [depth] to [0]
   if < key [a v] pressed?>
      change x by [-3]
   if <key [d v] pressed?>
      change x by [3]

ta-dáááááã!!!!!!!!! fixed.

Last edited by PresidentialNyan (2013-03-30 10:56:47)


http://i43.tinypic.com/4ruira.jpg

Offline

 

#2985 2013-03-28 21:52:28

MinotaurGaming
New Scratcher
Registered: 2013-02-28
Posts: 3

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
forever
if <key [c] pressed>
ask [Command?] and wait
end
end

when gf clicked
forever
if (answer = /godmode)
broadcast [GodMode]
end
end

Offline

 

#2986 2013-03-28 21:55:28

MinotaurGaming
New Scratcher
Registered: 2013-02-28
Posts: 3

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
forever
if <<key [c] pressed>>
ask [Command?] and wait
end
end
when gf clicked
forever
if <(answer = /godmode)>
broadcast [GodMode]
end
end

Offline

 

#2987 2013-03-28 21:59:59

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

PresidentialNyan wrote:

cauzality wrote:

when gf clicked
set size to [100]%
set [depth] to [0]
set [x] to [0]
set [y] to [-200]
forever
   set size to ([100] - ((depth)/[4])) %
   set y to ([10] * [(sqrt v] of ([1] + (depth)) - [100]//this is the only thing I can't fix :/
   if <key [w v] pressed?>
      change [depth v] by [3]
      if <(depth) > [200]>
         set [depth v] to [200]
      end
     end
   if <key [s v] pressed?>
      change [depth  v] by [-3]
      if < (depth) < [0]>
         set [depth v] to [0]
      end
     end
   if < key [a v] pressed?>
      change x by [-3]
   end
   if <key [d v] pressed?>
      change x by [3]
   end
 

ta-dáááááã!!!!!!!!! fixed.

I fixed it. For realz.

   With regards,
 
           ~7734f


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2988 2013-03-28 22:05:45

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

MinotaurGaming wrote:

when gf clicked
forever
if <key [c v] pressed?>
ask [Command?] and wait
end


when gf clicked
forever
if <(answer) = [godmode]>
broadcast [GodMode v]
end

Is this what you were trying to do?

With regards

                        ~7734f

Last edited by 7734f (2013-03-28 22:08:53)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2989 2013-03-29 08:01:52

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
obsolete!

Offline

 

#2990 2013-03-29 08:03:25

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

when you die
die normally

Offline

 

#2991 2013-03-29 08:09:08

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

    when green flag clicked
        ask "Which sprite do you want me to mirror it's movements diagonally?" and wait
        set "sprite" to (answer)
        always  
            go to x: (( "x position" of (sprite) ) * -1) y: (( "y position" of (sprite) ) * -1)
    end

Offline

 

#2992 2013-03-29 09:45:51

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

radu4000 wrote:

    when green flag clicked
        ask [Which sprite do you want me to mirror it's movements diagonally?] and wait
        if <(answer) = [Sprite 1]>
         forever 
          go to x: (([x position v] of [sprite 1 v]) * (-1)) y: (([y position v] of [sprite 1 v]) * (-1))
       end

Fixed!

With regards,

                    ~7734f

Last edited by 7734f (2013-03-29 09:48:55)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2993 2013-03-29 09:54:39

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

Be sure to check out my clock using trigonometry I don't understand!!  big_smile  Click the pic!

GIMME MY COOKIE OR IM NOT GONNA CHECK OUT YOUR STUFF


http://i39.tinypic.com/3309476.jpg

Offline

 

#2994 2013-03-29 11:40:07

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

7734f wrote:

Be sure to check out my clock using trigonometry I don't understand!!  big_smile  Click the pic!

GIMME MY COOKIE OR IM NOT GONNA CHECK OUT YOUR STUFF

Say please.

*says please*

Here's a cookie  tongue


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#2995 2013-03-29 12:39:19

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

Liamadams wrote:

7734f wrote:

Be sure to check out my clock using trigonometry I don't understand!!  big_smile  Click the pic!

GIMME MY COOKIE OR IM NOT GONNA CHECK OUT YOUR STUFF

Say please.

*says please*

Here's a cookie  tongue

Thanks!!!!!  big_smile 

when gf clicked
forever if <7734f gives me a cookie>
say [thanks for the cookie]
end
end

Last edited by Liamadams (2013-03-29 13:00:52)


http://i39.tinypic.com/3309476.jpg

Offline

 

#2996 2013-03-29 13:06:39

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
set [ v] to (((direction) + [‰]) - ([smiley face v] of (x position)))
change [ v] by (((direction) + [‰]) * ([epic face v] of (x position)))
repeat [5]
 move () steps
 stamp
end
brodcast (pick random [1] to [10])
wait [#00CC44] secs
say [lol] for (0.3) secs

Last edited by Liamadams (2013-03-29 13:10:38)


http://i39.tinypic.com/3309476.jpg

Offline

 

#2997 2013-03-29 19:04:11

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Munchey wrote:

when gf clicked
forever
   turn cw (15) degrees
   say [Hi!  Can You see this?] for (2) secs
   if <mouse down?>
      change [mouse clicks v] by (1)
   end
end

say [fixed.] for (pick random [200] to [500]) secs
smile


http://i39.tinypic.com/3309476.jpg

Offline

 

#2998 2013-03-29 19:22:29

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
change x by [gdhjfbgefhechjfnf]
eat [cookies v]
repeat [†Ø‰´‹°·‚—±≠–¥˙∆ç∂å´œ√˜®]
 spam links
 turn ccw degrees
 move [∑] steps
 move [gdbfnvf] steps
end
think [scripts in your pants!] for (3) secs
define varibles (ˆ) (Å) (‡)
go to [sprite2 v]
set [f v] to [blah blah blah]
repeat (length of (f))
 move [5] steps
 stamp
end
clear
launch [rocket v]
eat [chocolate v]
eat [brownies v]
eat [chocolate chip cookies v]
repeat [50
 change x by [1]
end
play sound [recording1 v]
play sound [gangnam style v]
say [lol] for (9) secs
go to [mouse pointer v]
go on the computer for [8575698673214] hours
repeat until <(timer) > [54]>
 repeat [5]
  brodcast [jump v] and wait 
faint because of it
forever
 die
end
when i receive [jump v]
repeat [10]
 change y by [2]
end
repeat [10]
 change y by [2]
end

Last edited by Liamadams (2013-03-29 19:27:48)


http://i39.tinypic.com/3309476.jpg

Offline

 

#2999 2013-03-29 19:40:29

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Last edited by Liamadams (2013-03-29 19:40:43)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3000 2013-03-29 19:45:50

shivadas
Scratcher
Registered: 2010-02-06
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Ooh yay!!

when gf clicked
forever
think [Scratch FTW!]
end


Please check out my latest project, Hunger Avenger!

Offline

 

Board footer