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

#151 2012-12-16 10:40:51

CN12
Scratcher
Registered: 2012-07-15
Posts: 1000+

Re: Pixel Productions (Hiring NOW!)

stor wrote:

CN12 wrote:

No problem. You can make a banner if you want to.

We already have, the img code is on the first post.

Okay, thanks!


Click this on April 15th to see the new album from The 10th Dimension!
http://oi48.tinypic.com/23tqhyw.jpg

Offline

 

#152 2012-12-16 14:32:16

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

So stor can you start helping me?


Ingarts read it today!

Offline

 

#153 2012-12-17 11:05:54

stor
Scratcher
Registered: 2010-02-16
Posts: 1000+

Re: Pixel Productions (Hiring NOW!)

YMIBANWAH wrote:

So stor can you start helping me?

As long as it isnt anything too complicated, I'm not that good at programming.

Last edited by stor (2012-12-17 11:06:32)


http://i49.tinypic.com/symb8z.jpg

Offline

 

#154 2012-12-17 19:24:56

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

stor wrote:

YMIBANWAH wrote:

So stor can you start helping me?

As long as it isnt anything too complicated, I'm not that good at programming.

Can you write a script where when a sprite moves within a certain range of another sprite the other sprite faces it?


Ingarts read it today!

Offline

 

#155 2012-12-18 02:52:52

stor
Scratcher
Registered: 2010-02-16
Posts: 1000+

Re: Pixel Productions (Hiring NOW!)

YMIBANWAH wrote:

stor wrote:

YMIBANWAH wrote:

So stor can you start helping me?

As long as it isnt anything too complicated, I'm not that good at programming.

Can you write a script where when a sprite moves within a certain range of another sprite the other sprite faces it?

Can you say that in a different way? I'm confused.


http://i49.tinypic.com/symb8z.jpg

Offline

 

#156 2012-12-18 23:00:45

Twiddlemaster
Scratcher
Registered: 2011-12-22
Posts: 44

Re: Pixel Productions (Hiring NOW!)

YMIBANWAH wrote:

stor wrote:

YMIBANWAH wrote:

So stor can you start helping me?

As long as it isnt anything too complicated, I'm not that good at programming.

Can you write a script where when a sprite moves within a certain range of another sprite the other sprite faces it?

If you are asking if that is possible, it is. It would look something like this:

when gf clicked
forever
if < < [abs v] of (x position) - (Sprite2XPosition) > is less than (chosen range) > and < < [abs v] of (y position) - (Sprite2YPosition) > is less than (chosen range)  >
point towards [Sprite2 v]
end
end
I hope this helps!

Last edited by Twiddlemaster (2012-12-18 23:01:36)


http://i48.tinypic.com/1enfkg.jpg

Offline

 

#157 2012-12-20 20:18:20

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

Twiddlemaster wrote:

YMIBANWAH wrote:

stor wrote:


As long as it isnt anything too complicated, I'm not that good at programming.

Can you write a script where when a sprite moves within a certain range of another sprite the other sprite faces it?

If you are asking if that is possible, it is. It would look something like this:

when gf clicked
forever
if < < [abs v] of (x position) - (Sprite2XPosition) > is less than (chosen range) > and < < [abs v] of (y position) - (Sprite2YPosition) > is less than (chosen range)  >
point towards [Sprite2 v]
end
end
I hope this helps!

I need it done and I need to modify it so they both shoot at each other so this does help, and do any of the members have anything to say on this, or are you even going to help me? Please respond to me more often.


Ingarts read it today!

Offline

 

#158 2012-12-21 18:07:43

andrewjcole
Scratcher
Registered: 2012-01-21
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

I offer to help. I have improved my scripting since you've last see me on this collab. Can you explain what you want done more clearly to me and I'll get to it. Also tell me what project you want it on.

Offline

 

#159 2012-12-22 00:29:42

DJ-stickman
Scratcher
Registered: 2012-10-22
Posts: 500+

Re: Pixel Productions (Hiring NOW!)

I'll serif I could do the job today. School finished yesterday but I still have a lot to do. I'll see what I can do before Christmas. Hopefully I will be more active from today


http://i1154.photobucket.com/albums/p522/lizzyhipo/cartoon_elf-1.jpg

Offline

 

#160 2012-12-22 13:48:52

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

andrewjcole wrote:

I offer to help. I have improved my scripting since you've last see me on this collab. Can you explain what you want done more clearly to me and I'll get to it. Also tell me what project you want it on.

I need a script to make 2 sprites face each other, and open fire on each other, so the user doesn't have to press a button to make his guy's shoot.


Ingarts read it today!

Offline

 

#161 2012-12-22 13:49:52

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

DJ-stickman wrote:

I'll serif I could do the job today. School finished yesterday but I still have a lot to do. I'll see what I can do before Christmas. Hopefully I will be more active from today

You can work with everyone on what I just told andrewjcole.


Ingarts read it today!

Offline

 

#162 2012-12-22 15:36:17

DJ-stickman
Scratcher
Registered: 2012-10-22
Posts: 500+

Re: Pixel Productions (Hiring NOW!)

YMIBANWAH wrote:

DJ-stickman wrote:

I'll serif I could do the job today. School finished yesterday but I still have a lot to do. I'll see what I can do before Christmas. Hopefully I will be more active from today

You can work with everyone on what I just told andrewjcole.

Okill see what we could do


http://i1154.photobucket.com/albums/p522/lizzyhipo/cartoon_elf-1.jpg

Offline

 

#163 2012-12-24 14:45:18

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

DJ-stickman wrote:

YMIBANWAH wrote:

DJ-stickman wrote:

I'll serif I could do the job today. School finished yesterday but I still have a lot to do. I'll see what I can do before Christmas. Hopefully I will be more active from today

You can work with everyone on what I just told andrewjcole.

Okill see what we could do

Ok no rush just please try to have a partial version of the script before the year ends.


Ingarts read it today!

Offline

 

#164 2012-12-27 11:35:25

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

Bump progress please.


Ingarts read it today!

Offline

 

#165 2012-12-27 14:13:24

DJ-stickman
Scratcher
Registered: 2012-10-22
Posts: 500+

Re: Pixel Productions (Hiring NOW!)

YMIBANWAH wrote:

Bump progress please.

Sorry!!! Will start tomorrow... so basically 2 sprites automatically open fire when facing each other??? I will see if I can attempt that....


http://i1154.photobucket.com/albums/p522/lizzyhipo/cartoon_elf-1.jpg

Offline

 

#166 2012-12-28 13:20:21

Twiddlemaster
Scratcher
Registered: 2011-12-22
Posts: 44

Re: Pixel Productions (Hiring NOW!)

YMIBANWAH wrote:

stor wrote:

YMIBANWAH wrote:

So stor can you start helping me?

As long as it isnt anything too complicated, I'm not that good at programming.

Can you write a script where when a sprite moves within a certain range of another sprite the other sprite faces it?

I just thought of a WAY easier way to do that than I wrote before:

when gf clicked
forever
if < (distance to [Sprite2 v] ) is less than (insert your chosen range) >
point towards [Sprite2 v]
open fire at Sprite2
end
end


http://i48.tinypic.com/1enfkg.jpg

Offline

 

#167 2012-12-31 17:49:59

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

Twiddlemaster wrote:

YMIBANWAH wrote:

stor wrote:


As long as it isnt anything too complicated, I'm not that good at programming.

Can you write a script where when a sprite moves within a certain range of another sprite the other sprite faces it?

I just thought of a WAY easier way to do that than I wrote before:

when gf clicked
forever
if < (distance to [Sprite2 v] ) is less than (insert your chosen range) >
point towards [Sprite2 v]
open fire at Sprite2
end
end

Thank you, but I don't even know if this is still going on, as nobody ever responds, or does anything very often!


Ingarts read it today!

Offline

 

#168 2013-01-10 20:46:42

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

I'm guessing this is over?


Ingarts read it today!

Offline

 

#169 2013-01-12 08:54:59

mfathi
New Scratcher
Registered: 2013-01-12
Posts: 2

Re: Pixel Productions (Hiring NOW!)

can you explaein more about it?

http://markforosh.info
http://pdes.co

Offline

 

#170 2013-01-12 09:00:47

mfathi
New Scratcher
Registered: 2013-01-12
Posts: 2

Re: Pixel Productions (Hiring NOW!)

we want use it for design theese websites:

http://markforosh.info/
http://pdes.co/

Offline

 

#171 2013-01-12 13:19:04

YMIBANWAH
Scratcher
Registered: 2012-06-26
Posts: 100+

Re: Pixel Productions (Hiring NOW!)

mfathi wrote:

can you explaein more about it?

http://markforosh.info
http://pdes.co

What are you talking about? This is an old collab!


Ingarts read it today!

Offline

 

Board footer