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

#1 2010-10-25 21:51:03

CaptanAwesome
Scratcher
Registered: 2010-10-08
Posts: 21

Help... again

I am taking a break from my game Dot Wars to focus on another game called "Scrible"

The goal here is to get your stickman to the flag by making paths for him to walk and jump on with a pencil tool or somthing. I am using the scripts the "pencil" has to do this. However you have in this game a limited number of ink. If you use up all your ink your done for. And to make matters worse there are enimies, obsticals and other things getting in your way. I think I can figure out movment and jumping and all but I can make it work so he walks on the blue lines of the pencil and stuff. So could somone please help me?


Need Voices:
http://scratch.mit.edu/projects/CaptanAwesome/1519322

Offline

 

#2 2010-10-30 21:11:54

CaptanAwesome
Scratcher
Registered: 2010-10-08
Posts: 21

Re: Help... again

Will anyone ever reply to this?


Need Voices:
http://scratch.mit.edu/projects/CaptanAwesome/1519322

Offline

 

#3 2010-10-30 21:29:32

Umbreon101
Scratcher
Registered: 2010-08-14
Posts: 72

Re: Help... again

i think this is what u need to do: (i dont like to use the blocks, so i type it out) "when flag clicked" "forever" "if... <touching color []>..." "change x by (5)"  "change y by (5)" "else" "change x by (-5)" change y by (-5)" im pretty sure those r the scripts, but im not completely sure. try it out, and if its not, ill test it and tell u the right ones. =3

Offline

 

#4 2010-10-30 22:47:35

CaptanAwesome
Scratcher
Registered: 2010-10-08
Posts: 21

Re: Help... again

Good but one thing is wrong: I don't want it to be like dot wars where you can just slip on a platforum or hang onto it by just touching it. Other then that the script worked.


Need Voices:
http://scratch.mit.edu/projects/CaptanAwesome/1519322

Offline

 

#5 2010-10-30 22:52:06

Umbreon101
Scratcher
Registered: 2010-08-14
Posts: 72

Re: Help... again

CaptanAwesome wrote:

Good but one thing is wrong: I don't want it to be like dot wars where you can just slip on a platforum or hang onto it by just touching it. Other then that the script worked.

oh... then try making it draw two lines, one blue and one a darker blue, so the darker blue repells the sprite, so it'd be "if <touching color [dark blue]>" "change y by (-5)" "change x by (-5)" i think that'll work. itll be a bit more complicated for the lines, though.

Offline

 

#6 2010-10-30 23:01:17

CaptanAwesome
Scratcher
Registered: 2010-10-08
Posts: 21

Re: Help... again

...not really getting it :S


Need Voices:
http://scratch.mit.edu/projects/CaptanAwesome/1519322

Offline

 

#7 2010-10-30 23:11:37

Umbreon101
Scratcher
Registered: 2010-08-14
Posts: 72

Re: Help... again

here. i tried it myself. it looks a bit awkward, though. http://scratch.mit.edu/projects/Umbreon101/1385872

Offline

 

Board footer