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

#1 2012-03-09 17:10:08

Catwalk923
Scratcher
Registered: 2010-01-30
Posts: 47

Pixel RPG

I am making an RPG using pixel art... my first attempt at pixel art. I think my third or fourth attempt at making an RPG. This RPG is called MyLife. I have worked on it for several hours already, and have not yet completely animated the walking.

I already have all the person animation parts done, and the eyes, I just need to make the rest of the hair animations. There are five hair styles... ponytail, half up half down. pigtails, Afro, and short blunt cut. The last two are for guys.

Anyway, you start out in underclothes, and the tutorial person will refuse to talk to you until to get some clothes. LOL! It'll be something like...

when i receive [talk v]
if <touching [Sprite v]?>
  if <(Pants) = [0]>
  say [Ew! Where are your clothes? Go buy some clothes, then come back.] for (4) secs 
end
Ha ha, just had to try that.  tongue

Anyway, does anyone have some ideas for my RPG?  smile

Last edited by Catwalk923 (2012-03-12 12:33:31)


ılıll|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅|llılı

Offline

 

#2 2012-03-09 17:40:43

samtwheels
Scratcher
Registered: 2011-03-20
Posts: 1000+

Re: Pixel RPG

goes in Project Ideas. I'll request a move for you.  smile

Offline

 

#3 2012-03-09 18:00:44

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Pixel RPG

Sounds like a lot of fun!  However, if this is a Scratch project, it doesn't belong here (this forum is only for non-Scratch stuff).  I'll move it to Project Ideas for you though  smile


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#4 2012-03-09 21:41:07

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: Pixel RPG

Catwalk923 wrote:

when i receive [talk v]
if <touching [Sprite v]>
  if <(Pants) = [0]>
  say [Ew! Where are your clothes? Go buy some clothes, then come back.] for (4) secs 
end

Hi, just thought you'd like to know that all boolean blocks, including

if <touching [Sprite v]?>
have a question mark (?) at their end.  Otherwise they don't show up well.

Offline

 

#5 2012-03-12 12:33:55

Catwalk923
Scratcher
Registered: 2010-01-30
Posts: 47

Re: Pixel RPG

maxskywalker wrote:

Catwalk923 wrote:

when i receive [talk v]
if <touching [Sprite v]>
  if <(Pants) = [0]>
  say [Ew! Where are your clothes? Go buy some clothes, then come back.] for (4) secs 
end

Hi, just thought you'd like to know that all boolean blocks, including

if <touching [Sprite v]?>
have a question mark (?) at their end.  Otherwise they don't show up well.

Thanks!  big_smile

Paddle2See wrote:

Sounds like a lot of fun!  However, if this is a Scratch project, it doesn't belong here (this forum is only for non-Scratch stuff).  I'll move it to Project Ideas for you though  smile

Whoops, sorry.  hmm  Thanks for moving it.  smile

Last edited by Catwalk923 (2012-03-12 12:37:11)


ılıll|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅|llılı

Offline

 

#6 2012-03-13 06:51:47

cbhattarai
New Scratcher
Registered: 2012-02-11
Posts: 7

Re: Pixel RPG

I have done this using .Net.

Offline

 

Board footer