Chemi4001 wrote:
Post again!
Offline
Flash turbo mode detector.
When Green flag CLICKed set [variable tester v] to (0) for ever change [var. tester] by [1]//faster draw! when flag clicked wait (1) secs if < (variable) > (100) > set [turbo on?] to <true>[img]
Offline
brianush1 wrote:
when gf clicked set [old broadcast v] to (☁ broadcast) forever if <not <(old broadcast) = (☁ broadcast)>> broadcast [cross-project message v] set [old broadcast v] to (☁ broadcast) when I receive [cross-project message v] do stuff when key [space v] pressed set [☁ broadcast v] to [new message]
Fixed. You forgot the
and
Last edited by Liamadams (2013-03-23 22:32:03)
Offline
when gf clicked if <(pie) > [9000]> say [IT'S OVA 9000!!!] for [3.999] secs if <(pie) < [9000]> say [IMA HUNGRY FOR PIE!] repeat until <(pie) > [9000] change [pie] by [1] wait [0.2] secs
Offline
when gf clicked repeat until <(timer) > [10]> go to [mouse-pointer v] end think [Scripts in your posts!] for (3) secs
Offline
topazdragonlord wrote:
when gf clicked if <(pie) > [9000]> say [IT'S OVA 9000!!!] for [3.999] secs if <(pie) < [9000]> say [IMA HUNGRY FOR PIE!] repeat until <(pie) > [9000]> change [pie] by [1] wait [0.2] secs end end end
Fixed.
Last edited by Liamadams (2013-04-12 08:03:49)
Offline
sammyuri wrote:
when gf clicked set [room v] to [0] go to x: [0] y: [0] switch to costume [question v] ask [do you want a adventure?] and wait if <(answer) = [no]> stop all else broadcast [adventure v] endWhen I receive [adventure v] go to x: [-200] y: [-140] set [room v] to [1] wait [1] secs broadcast [more cats v] wait [1] secs say [hello!] wait [2] secs ask [do you want to come to their stall?] and wait if <(answer) = [yes]> broadcast [stall v] set [room v] to [2] else stop all end
Fixed.
Last edited by Liamadams (2013-04-12 08:03:03)
Offline
lol nobody wrote that i just used the quote stuffChocolate wrote:
hi im chocolate lol dum dums gummy bears if <<i love brownies> = <true>> move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps move [0] steps *faint* end[/quote]
Last edited by Liamadams (2013-03-24 12:23:10)
Offline
Liamadams wrote:
sammyuri wrote:
when gf clicked set [room v] to [0] go to x: [0] y: [0] switch to costume [question v] ask [do you want a adventure?] and wait if <(answer) = [no]> stop all else broadcast [adventure v] endWhen I receive [adventure v] go to x: [-200] y: [-140] set [room v] to [1] wait [1] secs broadcast [more cats v] wait [1] secs say [hello!] wait [2] secs ask [do you want to come to their stall?] and wait if <(answer) = [yes]> broadcast [stall v] set [room v] to [2] else stop all endFixed. Just can't figure out how to fix the when i recieve.
Fixed the When I receive. It was just spelling
Offline
7734f wrote:
Keep online!
Offline
http://scratch.mit.edu/forums/viewtopic.php?pid=1528575#p1528575
That bug again.
Offline
hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohelllohello or forever hello
Offline
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 of ([1]+(depth))-[100]) if <key [w] pressed?> change depth by [3] if <(depth) > [200]> set [depth] to [200] if <key [s] pressed?> change [depth] by -3 if < (depth) < [0]> set [depth] to [0] if < key [a] pressed?> change x by [-3] if <key [d] pressed?> change x by [3]
Offline
cauzality wrote:
when gf clicked set size to (100)% set [depth v] 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 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
Fixed; you had forgotten several +'s in various places and you forgot to put "end" wherever an if ended.
With regards,
ErnieParke
Last edited by ErnieParke (2013-03-24 15:11:15)
Offline
cauzality wrote:
how do you see the code of my post? i want to see yours. and thank you ernie
Well, I just quoted you and fixed your code from there. If you're wondering how I quoted you, there's a Quote button at the bottom-right of every post.
Anyway, you're welcome!
With regards,
ErnieParke
Offline
Splodgey wrote:
CheeseMunchy wrote:
when i receive [lunch Time! v] Set [Size of pickle v] to [100] Open [oven v] Grab [pickle v] pull up [chair v] wait [3] secs repeat until <(Size of pickle) = [0]> [Chew v] for [3] secs Change [Size of pickle v] by [-1] wait [1] secs say [ew this is nasty] for [2] secs end broadcast [lunch eaten v]when i receive [lunch eaten v] say [LOLOLOLOLOLOLOL] for [a lot] secs
FUNNY!!!!!!!!!!!!!!!!!!!!! This must have taken ages.
Offline
color [purple] is touching [sprite1]I hope I did this right!
Offline