Offline
Ideas wrote:
A wall jumping script
I don't know a lot about this field of Scratch so I will leave it to someone else.
Offline
Offline
Ideas wrote:
A wall jumping script
Here's an article on wall jumping if you want to look at it.
Anyway, I hope that this helps!
Offline
Offline
Offline
Offline
Can I join?
Offline
machinespray wrote:
Can I join?
Yes, welcome.
Offline
Ideas wrote:
Bump
Ideas wrote:
Bump
Two bumps in seven minutes?! That's overkill.
Last edited by JH1010 (2012-11-14 11:44:37)
Offline
Offline
Offline
Offline
BurritoSM wrote:
Would I be able to help out?
Yes. New members are appreciated.
Offline
Just curious, would you like to be in my shop directory? If yes, then what do you want said below your shop's banner?
Offline
Yes please.
set [letter v] to (1) set [letter2 v] to (1)//1 if you want the first e, 2 for the second, ect.. set [word v] to () set [word2 v] to [the phrase/word you begin with] repeat (length of (word)) if <(letter (letter) of (word2)) = [wanted letter to be replaced]> change [letter2 v] by (-1) if <(letter2) = (0)> set [letter2 v] to (1) repeat ((letter) - (1)) set [word v] to (join (word) (letter (letter2) of (word2))) change [letter2 v] by (1) end set [word v] to (join (word) [what you want to replace the letter]) change [letter2 v] by (1) repeat ((length of (word2)) - (letter)) set [word v] to (join (word) (letter (letter2) of (word2))) change [letter2 v] by (1) end end End change [letter v] by (1) end
set [letter v] to (1) set [letter2 v] to (2) set [word v] to () set [word2 v] to [I got an A+!] repeat (length of (word)) if <(letter (letter) of (word2)) = [a]> change [letter2 v] by (-1) if <(letter2) = (0)> set [letter2 v] to (1) repeat ((letter) - (1)) set [word v] to (join (word) (letter (letter2) of (word2))) change [letter2 v] by (1) end set [word v] to (join (word) [Chuck Norris]) change [letter2 v] by (1) repeat ((length of (word2)) - (letter)) set [word v] to (join (word) (letter (letter2) of (word2))) change [letter2 v] by (1) end end End change [letter v] by (1) endUse this code as our sample.
Offline
When I said sample, I meant a sample case in which you helped someone, not a sample script, though now I think that I know what you want.
Offline
There is an annoying glitche in my game. When you destroy a rock sometimes it respawns in the middle of the screen insted of the top.
http://scratch.mit.edu/projects/fillergames/2913466
Offline
fillergames wrote:
There is an annoying glitche in my game. When you destroy a rock sometimes it respawns in the middle of the screen insted of the top.
http://scratch.mit.edu/projects/fillergames/2913466
Sorry, we don't deal with glitches in finished games. For this I would recommend The Tester Team.
Offline
JH1010 wrote:
fillergames wrote:
There is an annoying glitche in my game. When you destroy a rock sometimes it respawns in the middle of the screen insted of the top.
http://scratch.mit.edu/projects/fillergames/2913466Sorry, we don't deal with glitches in finished games. For this I would recommend The Tester Team.
Ok. Whos the Tester Team?
Offline