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

#1 2012-10-07 12:03:13

Ideas
Scratcher
Registered: 2012-10-07
Posts: 100+

In game sprite drawer

How do i do what the heading says?


http://img685.imageshack.us/img685/2010/screenshot20121110at132.pngI think that you must CLICK above

Offline

 

#2 2012-10-07 12:50:48

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: In game sprite drawer

There isn't a way to make an ingame sprite drawer.  sad


http://i46.tinypic.com/35ismmc.png

Offline

 

#3 2012-10-07 15:51:12

transparent
Scratcher
Registered: 2011-04-19
Posts: 1000+

Re: In game sprite drawer

Yeah, what ErnieParke said. There isn't a feature to do that, sorry.  hmm


yes, yes i do.

Offline

 

#4 2012-10-07 17:54:26

gfchll
Scratcher
Registered: 2012-04-21
Posts: 100+

Re: In game sprite drawer

well, you could do

when gf clicked
go tox: (-236) y:(-180)

when [space key v] pressed
repeat(360)
change y by (1)
end
move (1) steps// or change x by (1)
repeat (360)
change y by (10)
end 
and then you will need to put pen up and pen down alot, to make it draw something.


HELLO EVERYBODY!

Offline

 

#5 2012-10-07 18:38:27

zubblewu
Scratcher
Registered: 2011-02-17
Posts: 1000+

Re: In game sprite drawer

You could have a scrolling game with the terrain doing all the sensing for an object that you've drawn with the pen feature  smile


........................................................................................................................................................................................................................................

Offline

 

#6 2012-10-08 01:02:47

Ideas
Scratcher
Registered: 2012-10-07
Posts: 100+

Re: In game sprite drawer

That scrolling idea could work. Thanx


http://img685.imageshack.us/img685/2010/screenshot20121110at132.pngI think that you must CLICK above

Offline

 

Board footer