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

#526 2012-07-19 10:14:01

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

yeah

I won't be posting as much as normal for a while because I am working on the next version of The Arrow.  Also, I will be on vacation from sunday to friday... I don't know if I will be back in time for next weeks board meeting.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#527 2012-07-19 10:15:35

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Oh okay, well we'll find a way to work our way around this. I hope you have a good vacation when you go on it!


http://blocks.scratchr.org/API.php?user=beyblade4&action=projects&type=newest&return=image&num=NUMBER

Offline

 

#528 2012-07-19 10:19:21

Yoshiboy
Scratcher
Registered: 2011-12-30
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Beyblade, can you go to our forums, and in the "project discussion" erea can you go to "in-space RPG progress"


Winter...

Offline

 

#529 2012-07-19 10:20:25

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

ok


http://blocks.scratchr.org/API.php?user=beyblade4&action=projects&type=newest&return=image&num=NUMBER

Offline

 

#530 2012-07-19 10:23:22

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

What can I add?


"Submarines are like water like underwater airplanes" O_o

Offline

 

#531 2012-07-19 10:25:42

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Hey Yoshi, lets change the scrollX/Y by mouse control, and I have already done that with a test sprite, should I upload it?


http://blocks.scratchr.org/API.php?user=beyblade4&action=projects&type=newest&return=image&num=NUMBER

Offline

 

#532 2012-07-19 10:29:02

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

Hey Yoshi, lets change the scrollX/Y by mouse control, and I have already done that with a test sprite, should I upload it?

Yeah.  Is there anything I should add/update on the website?


http://i48.tinypic.com/15yxmp4.png

Offline

 

#533 2012-07-19 10:29:18

Yoshiboy
Scratcher
Registered: 2011-12-30
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Well... We can make it space to shoot... It's just having mOuse control would be harder to have different ships with different speeds.


Winter...

Offline

 

#534 2012-07-19 10:30:47

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

I think it should be wasd to move, click to shoot, and space to enter a planet.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#535 2012-07-19 10:39:41

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Not really, you can program it to move at a certain speed equal to the ships speed like so:

Code:

When GF clicked
>if <[distance to (mouse)] < (60)>
>>change scrollX by [0]
<if <[distance to (mouse)] > (59)> and [distance to (mouse)] < (100)>
>>change scrollX by [(ship speed)]
>>> [and so on....]

Then set the speed to the speed of the ship when its upgraded or something.
Then set the ship to forever point to mouse and laser to direction of mouse I guess,

Last edited by beyblade4 (2012-07-19 10:41:34)


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#536 2012-07-19 10:40:58

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Yoshiboy wrote:

Well... We can make it space to shoot... It's just having mOuse control would be harder to have different ships with different speeds.

For different ships, we could make it all into 1 sprite and use variables to change speeds.


"Submarines are like water like underwater airplanes" O_o

Offline

 

#537 2012-07-19 10:41:53

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

ExtremelyGamer wrote:

Yoshiboy wrote:

Well... We can make it space to shoot... It's just having mOuse control would be harder to have different ships with different speeds.

For different ships, we could make it all into 1 sprite and use variables to change speeds.

Exactly, here I will upload a test of this


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#538 2012-07-19 10:42:25

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

wolfdude999 wrote:

I think it should be wasd to move, click to shoot, and space to enter a planet.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#539 2012-07-19 10:47:51

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Here it is Download to change speed

Last edited by beyblade4 (2012-07-19 10:48:30)


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#540 2012-07-19 10:49:59

Yoshiboy
Scratcher
Registered: 2011-12-30
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Well... How about we do this:
W/up arrow-  go
A/left arrow-  turn
D/right arrow-  turn
Q/space-  shoot
E/click-  enter planet

I will not be able to view projects until 1:00 EST

Last edited by Yoshiboy (2012-07-19 10:50:58)


Winter...

Offline

 

#541 2012-07-19 10:57:12

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Yoshiboy wrote:

Well... How about we do this:
W/up arrow-  go
A/left arrow-  turn
D/right arrow-  turn
Q/space-  shoot
E/click-  enter planet

I will not be able to view projects until 1:00 EST

Sounds good.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#542 2012-07-19 10:58:30

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

How about we let the people set the controls in the new options button in the menu:

WASD Q:Shoot E:Enter
Arrow Keys Click: Shoot Space:Enter
Mouse Click:Shoot Space:Enter

Last edited by beyblade4 (2012-07-19 10:58:49)


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#543 2012-07-19 11:02:48

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

How about we let the people set the controls in the new options button in the menu:

WASD Q:Shoot E:Enter
Arrow Keys Click: Shoot Space:Enter
Mouse Click:Shoot Space:Enter

Okay.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#544 2012-07-19 11:04:21

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

Re: Galactic Studios: The Next Generation in Technology

Scratch Company Awards 2012 (You look busy right now, this is optional)

Wanna get warmed up? Try the practise challange!
Practise Challange 1:
You must create a three level arcade game (each level with one screen) and it must include: a spacship, a space mutant, astroids. You will score extra points by adding in your own material.

Due Date: 29th July
(This is optional but it will help you understand how I mark things.)

Last edited by stor (2012-07-19 11:04:33)


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

Offline

 

#545 2012-07-19 11:04:38

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

That way it'll be easier for people to control


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#546 2012-07-19 11:09:16

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

I think instead of having 3 set ways to control it, they can choose what they want to use to do each thing.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#547 2012-07-19 11:12:07

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

That's possible? Well when I tried it it didn't work but let me see again.


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#548 2012-07-19 11:13:53

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

That's possible? Well when I tried it it didn't work but let me see again.

Yeah, but we would have to make sure that they couldn't use the mouse to do two things or something like that.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#549 2012-07-19 11:16:09

Yoshiboy
Scratcher
Registered: 2011-12-30
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

I know how to do it...


Winter...

Offline

 

#550 2012-07-19 11:17:28

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

wolfdude999 wrote:

beyblade4 wrote:

That's possible? Well when I tried it it didn't work but let me see again.

Yeah, but we would have to make sure that they couldn't use the mouse to do two things or something like that.

We can prevent that with the control going into the list and if it senses that same control  is in the list they will ask the question again .So right now I will find a way for the user to set the controls.


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

Board footer