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?
Offline
Will anyone ever reply to this?
Offline
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
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.
Offline
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
...not really getting it :S
Offline
here. i tried it myself. it looks a bit awkward, though. http://scratch.mit.edu/projects/Umbreon101/1385872
Offline