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

#1 2008-06-28 22:15:24

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Got an idea :) Need help with it :(

I am going to make a scratch version of this game: http://www.addictinggames.com/theworldshardestgame.html  big_smile
But I need to now how to make a wall  sad
Could somebody please post script for this? So that you can't go through a sprite?
Thanks  cool

Offline

 

#2 2008-06-28 22:18:00

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: Got an idea :) Need help with it :(

AlanProjects wrote:

I am going to make a scratch version of this game: http://www.addictinggames.com/theworldshardestgame.html  big_smile
But I need to now how to make a wall  sad
Could somebody please post script for this? So that you can't go through a sprite?
Thanks  cool

Someone already made this (not to burst your bubble). But, whatever you moe by, if you touch the sprite, offset it (as in 4+[negative movement]4=0 Or Not touching plus touching=0)


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#3 2008-06-28 22:22:48

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Got an idea :) Need help with it :(

Script please? (sorry not that good at manipulating mathematical terms in my head.(Or any where else  lol  ) BTW bubble bursted.

Offline

 

#4 2008-06-28 22:27:33

deatheater
Scratcher
Registered: 2008-04-11
Posts: 1000+

Re: Got an idea :) Need help with it :(

make the wall a certain colour and do

<if><touching color[ the colour
<change x by( -3             (if the walls on the right if it's on the left make it 3)
<end>

Offline

 

#5 2008-06-28 22:27:33

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: Got an idea :) Need help with it :(

AlanProjects wrote:

Script please? (sorry not that good at manipulating mathematical terms in my head.(Or any where else  lol  ) BTW bubble bursted.

Lol, theres only had like 5 levels though. Anyways:

Forever
If Not Touching Wall
Move 2
If Touching Wall
Move-2


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#6 2008-06-29 01:50:35

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: Got an idea :) Need help with it :(

Okay!!

Offline

 

Board footer