This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Educators
  •  » My first elective making me use/learn scratch instead of game maker

#1 2009-03-02 18:49:12

IQbrew
Scratcher
Registered: 2009-03-02
Posts: 4

My first elective making me use/learn scratch instead of game maker

I don't know anything about scratch, but I know GML HTML Java and learning C#.
Is this going to be a waste of time, or does scratch have some more advanced features?

Offline

 

#2 2009-03-02 18:56:31

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: My first elective making me use/learn scratch instead of game maker

You were doing game maker and you wanted advanced features? Game maker has loads of advanced features,it is powerful and has a easy to use format.

Scratch very limited features compared to most languages (and gamemaker). It is more like actual programming than using gamemaker though. I would say that scratch has the least ammount of features of any game making tool out there.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#3 2009-03-02 19:19:34

IQbrew
Scratcher
Registered: 2009-03-02
Posts: 4

Re: My first elective making me use/learn scratch instead of game maker

I've been using GM as a hobby for a few years now, (Making 3D models and small 3D games) but for this we have to learn and use scratch. Even though I'm priority/highest grade, I still got my 3rd choice,  I've downloaded scratch on my comp (only took 40 minutes on my ultra fast 5 kbps PC) And took a look at it. I assume I drag the icons from the left to the middle..."Scripts."
And have you ever used gamemaker? Does this thing even use any code at all?
Edit:
Ok, I've already found out how to do everything on this...

Last edited by IQbrew (2009-03-02 19:25:35)

Offline

 

#4 2009-03-02 19:22:05

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: My first elective making me use/learn scratch instead of game maker

IQbrew wrote:

I've been using GM as a hobby for a few years now, (Making 3D models and small 3D games) but for this we have to learn and use scratch. Even though I'm priority/highest grade, I still got my 3rd choice,  I've downloaded scratch on my comp (only took 40 minutes on my ultra fast 5 kbps PC) And took a look at it. I assume I drag the icons from the left to the middle..."Scripts."
And have you ever used gamemaker? Does this thing even use any code at all?

I used gamemaker before I used flash, its an alright program, I never got good at it though.

Scratch uses no code, just code blocks.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#5 2009-03-02 19:32:11

IQbrew
Scratcher
Registered: 2009-03-02
Posts: 4

Re: My first elective making me use/learn scratch instead of game maker

If you got even ok at it, you'd have moved onto code which actually lets you make something complex. I was making a tutorial for someone on 'crosshairs', here's a part of it..

draw_sprite_ext(sprite_index,image_index,x,y,1,1,aim,c_white,180);
draw_sprite_ext(aimer_spr,0,x,y,range,range,aim,c_white,180);

xx=instance_create(x,y,bullet);
xx.direction=aim; xx.speed=bullS;

This is their first your their using scratch..or any program...
I guess this'll be a waste of time...
Can scratch produce exes?

Edit-A Spell fix

Last edited by IQbrew (2009-03-02 19:32:42)

Offline

 

#6 2009-03-02 19:43:33

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: My first elective making me use/learn scratch instead of game maker

IQbrew wrote:

If you got even ok at it, you'd have moved onto code which actually lets you make something complex. I was making a tutorial for someone on 'crosshairs', here's a part of it..

draw_sprite_ext(sprite_index,image_index,x,y,1,1,aim,c_white,180);
draw_sprite_ext(aimer_spr,0,x,y,range,range,aim,c_white,180);

xx=instance_create(x,y,bullet);
xx.direction=aim; xx.speed=bullS;

This is their first your their using scratch..or any program...
I guess this'll be a waste of time...
Can scratch produce exes?

Edit-A Spell fix

This sentence
This is their first your their using scratch
Makes no sence so I can't really reply to that...


http://scratch.mit.edu/forums/viewtopic.php?id=4148
That program will make scratch files .exe files


Scratch is good for people to start on because it requires very little skill. It was made for young people who are generally not ready for text based programming languages. Scratch is good for simple things but I personally think that GM would be better for complex things.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 
  • Index
  •  » Educators
  •  » My first elective making me use/learn scratch instead of game maker

Board footer