if < <not <([abs v] of <(x position) - (normalx)>) < [11]> > or < <> or <> > > <((scrollX)+(xvel)) < [0]> <((scrollX)+(xvel)) > ((480)*((z.terrs)-(1)))>I can't get these booleans in the or above
Last edited by LiquidMetal (2012-04-05 12:10:02)
Offline
LiquidMetal wrote:
if < <not <([abs v] of <(x position) - (normalx)>) < [11]> > or < <> or <> > > <((scrollX)+(xvel)) < [0]> <((scrollX)+(xvel)) > ((480)*((z.terrs)-(1)))>I can't get these booleans in the or above
if < <not <([abs v] of <(x position) - (normalx)>) < [11]> > or < <((scrollX)+(xvel)) < [0]> or <((scrollX)+(xvel)) > ((480)*((z.terrs)-(1)))> > > endI think you can.
Last edited by rdococ (2012-04-05 14:51:49)
Offline
when gf clicked forever if <(Chocolate Bars)=(tasty)> Play sound [OM NOM NOM v] until done devour chocolate bar ask [can someone give me another one pleez?] and wait if <(answer)=[yes]> say [thanks!] for (3) secs end if <not <answer=[yes]> say [YOU CRUEL PERSON] for (> 900000000) secs MAKE THEM SORRY end
Offline
Mokat wrote:
when gf clicked forever if <(Chocolate Bars)=(tasty)> Play sound [OM NOM NOM v] until done devour chocolate bar ask [can someone give me another one pleez?] and wait if <(answer)=[yes]> say [thanks!] for (3) secs end if <not <<answer>=[yes]>> say [YOU CRUEL PERSON] for (>900000000) secs MAKE THEM SORRY end
Scripts fixed by: TorbyFork234
Offline
when gf clicked say[scratch 2.0s out] ban everyone who is useing 1.4 or lower if <<mouse down?> and <(costume #) = [1]>> stamp end
Offline
when [paddle2see] is on the forums say[Why not use scratchBB instead of fluxBB or [new forum softwere] swap[fluxBB]to [scratchbb] end
Offline
lallaway12 wrote:
when [paddle2see] is on the forums say [Why not use scratchBB instead of fluxBB or new forum softwere] swap[fluxBB]to [scratchbb] end
Fixed that. Don't use Square brackets inside a... String input.
Offline
Here are some mesh ideas...
Connect to IP [ ] End Connection If Connection = < >
Last edited by FreshStudios (2012-04-06 16:58:27)
Offline
technoboy10 wrote:
stop all pinks April Fools Day
GameGuy64 wrote:
when gf clicked forever if <(month) = [April]> if <(day) = [1]> stop all pinks wait (April Fools!) secs end
For the [last v] time, this is <NOT <an April Fools' prank.>>
Offline
James07 wrote:
open a web browser with [scratch.mit.edu/logout]
The http:// won't work in scratchblocks because "//" creates a comment.
Offline
(jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj)
Offline
(pick random [hello] to [bye])
Last edited by LiFaytheGoblin (2012-04-08 10:45:27)
Offline
Just only preform the actions when ((i) mod [2]) = 0, like the code below. Happy scripting
when gf clicked forever if <((i) mod [2]) = [0]> point towards [mouse pointer v] if<mouse down?> broadcast [shoot v] end end
Offline
James07 wrote:
[o][m v][g]
Did you forget to put in the scratchblocks syntax? Or is that just spamming...
Last edited by Splodgey (2012-04-12 09:15:29)
Offline
when gf clicked if <people are mad> if <(has pitchfork?) = [no]> get pitchfork end if <(has pitchfork?) = [yes]> hand out pitchforks end go to Wal-Mart set (tiki-torch #) to [100] set (matches) to [100] switch to costume [tiki-torches lit v] go to [important place v] if <(anger level) = [high]> protest end if <(anger level) = [low]> do nothing end wait until [everything said above is done] insert [Troll Face v] else eat nachos end
Offline
when gf clicked repeat until <(timer) > [10]> go to [mouse-pointer v] end think [Monkeys and Hot Chocolate!!!!!!!!!!!!] for (3) secs I like Pie
Offline
Dog Eat Hot-dog world set money 10000000000000000
Offline
laptop97 wrote:
when gf clicked set [var v] to (0) Repeat until <(var) to (5)> change [var v] by (1) end say [Will this work?] for (4) secs stop all
No, actually, it won't work, because there is no real
<(var) to (5)>block.
when gf clicked set [var v] to [0] Repeat until <(var) = [5]> change [var v] by (1) end say [Will this work?] for (4) secs stop all
Offline
Check THIS out:
when the start the beginning of time button clicked set [var] to [2] repeat [a bunch of times] set [var] to <(var) * (var)> repeat [(var)] set [var] to <(var) + (var)> end end Set [my credit card amount] to [(var)] buy <(a lot) of <item [s] of [expensive stuff]
Last edited by atkeel (2012-04-14 15:12:41)
Offline
When [paddle2see] is on the scratch forums //This detects that if paddle is on the forums if ‹[paddle] hates scratchbb› say [How rude] end if‹[paddle] likes scratchbb› say to scratch team [I have switched the forum softwere to scratchbb] Everyone is about to kill [paddle] MIT says [you are fired] end
Last edited by lallaway12 (2012-04-14 15:22:02)
Offline
Motion Stack Blocks
move () steps turn right () degrees turn left () degrees point in direction (0 v) point towards [ sprite v] go to x: () y: () go to [sprite v] glide () secs to x: () y: () change x by () set x to () change y by () set y to () if on edge, bounce
Last edited by jontmy00 (2012-04-15 03:04:07)
Offline