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

#176 2012-11-06 02:12:10

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#177 2012-11-06 08:17:42

Ideas
Scratcher
Registered: 2012-10-07
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

A wall jumping script


http://img685.imageshack.us/img685/2010/screenshot20121110at132.pngI think that you must CLICK above

Offline

 

#178 2012-11-06 15:16:33

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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

 

#179 2012-11-08 12:01:11

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#180 2012-11-08 13:21:55

dvd4
Scratcher
Registered: 2010-06-30
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

buyp


I made a mod  big_smile  It's called blook!
http://i49.tinypic.com/16ia63p.png

Offline

 

#181 2012-11-08 13:57:59

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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!


http://i46.tinypic.com/35ismmc.png

Offline

 

#182 2012-11-09 02:37:13

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#183 2012-11-11 12:08:53

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#184 2012-11-12 14:59:28

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#185 2012-11-12 15:37:57

machinespray
Scratcher
Registered: 2012-05-09
Posts: 93

Re: Scripts Workshop: Give and get help with scripts

Can I join?


I am made a mod for Scratch. If you have any ideas for the mod please post it on this forum page.http://scratch.mit.edu/forums/viewtopic.php?id=108265http://internetometer.com/image/38591.png
I am http://blocks.scratchr.org/API.php?action=onlineStatus&type=text&user=machinespray

Offline

 

#186 2012-11-13 15:59:25

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

machinespray wrote:

Can I join?

Yes, welcome.

Offline

 

#187 2012-11-13 22:53:31

Ideas
Scratcher
Registered: 2012-10-07
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

Bump


http://img685.imageshack.us/img685/2010/screenshot20121110at132.pngI think that you must CLICK above

Offline

 

#188 2012-11-13 23:00:00

Ideas
Scratcher
Registered: 2012-10-07
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

Bump


http://img685.imageshack.us/img685/2010/screenshot20121110at132.pngI think that you must CLICK above

Offline

 

#189 2012-11-14 11:44:14

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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

 

#190 2012-11-16 01:52:45

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#191 2012-11-17 12:55:30

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#192 2012-11-18 07:52:32

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#193 2012-11-18 08:46:24

BurritoSM
Scratcher
Registered: 2012-11-11
Posts: 33

Re: Scripts Workshop: Give and get help with scripts

Would I be able to help out?

Offline

 

#194 2012-11-18 10:49:12

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

BurritoSM wrote:

Would I be able to help out?

Yes. New members are appreciated.

Offline

 

#195 2012-11-18 16:35:37

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

Just curious, would you like to be in my shop directory? If yes, then what do you want said below your shop's banner?


http://i46.tinypic.com/35ismmc.png

Offline

 

#196 2012-11-19 02:21:14

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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)
end
Use this code as our sample.

Offline

 

#197 2012-11-19 15:52:42

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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.


http://i46.tinypic.com/35ismmc.png

Offline

 

#198 2012-11-19 16:27:42

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#199 2012-11-20 01:38:23

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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

 

#200 2012-11-20 07:21:29

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

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/2913466

Sorry, we don't deal with glitches in finished games. For this I would recommend The Tester Team.

Ok. Whos the Tester Team?


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

Board footer