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

#1 2012-05-01 15:57:30

Lilhardy94
Scratcher
Registered: 2012-04-12
Posts: 25

very fun game

took me a long time to make this its very fun please search run away smiley v1.2 its amazing n please comment good and bad idc jus give me some feedback it took me a long time

Offline

 

#2 2012-05-01 21:16:45

AgentRoop
Scratcher
Registered: 2012-02-11
Posts: 1000+

Re: very fun game

This is pretty cool! I'll make a link just for you: Run Away Smiley v1.2

I noticed that the movement is a little choppy, so could I reccomend that instead of using these scripts:

when [down arrow v] key pressed
  change y by [-10] // and the same for left,right, and up.
You could do this:
when gf clicked
  forever
    if < key [down arrow v] pressed? >
      change y by [-5]
    end
    if <key [right arrow v] pressed? >
      change x by [5] //and continue this with each direction
    end
  end
Doing this will make the movement a lot smoother. Try it out!


La La
I wrote an album.

Offline

 

#3 2012-05-03 13:37:40

Lilhardy94
Scratcher
Registered: 2012-04-12
Posts: 25

Re: very fun game

i tried that bt the forever function causes constant looping so it will constantly move in that direction of arrow u presses if i did it right

Offline

 

#4 2012-05-03 17:42:05

AgentRoop
Scratcher
Registered: 2012-02-11
Posts: 1000+

Re: very fun game

Lilhardy94 wrote:

i tried that bt the forever function causes constant looping so it will constantly move in that direction of arrow u presses if i did it right

That shouldn't happen.  hmm
Try to copy the scripts for each individual part to make sure you copied it right.

Last edited by AgentRoop (2012-05-03 17:42:17)


La La
I wrote an album.

Offline

 

#5 2012-05-04 09:55:25

Lilhardy94
Scratcher
Registered: 2012-04-12
Posts: 25

Re: very fun game

AgentRoop wrote:

Lilhardy94 wrote:

i tried that bt the forever function causes constant looping so it will constantly move in that direction of arrow u presses if i did it right

That shouldn't happen.  hmm
Try to copy the scripts for each individual part to make sure you copied it right.

ok i got it to work perfect thank you movement is extremely smooth now it will be in version 1.3 when i finish it

Offline

 

#6 2012-05-04 14:13:33

denvitroy
New Scratcher
Registered: 2012-05-04
Posts: 1

Re: very fun game

wow im interes, you are very smart  :cool: produce
www.kerjawa.blogspot.com

Offline

 

#7 2012-05-04 14:31:03

AgentRoop
Scratcher
Registered: 2012-02-11
Posts: 1000+

Re: very fun game

denvitroy wrote:

wow im interes, you are very smart   cool  produce
www.kerjawa.blogspot.com

Commercial Spam *Yuck*

Last edited by AgentRoop (2012-05-04 14:31:31)


La La
I wrote an album.

Offline

 

Board footer