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 endHa ha, just had to try that.
Last edited by Catwalk923 (2012-03-12 12:33:31)
Offline
goes in Project Ideas. I'll request a move for you.
Offline
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
Offline
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
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 endHi, 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!
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
Whoops, sorry. Thanks for moving it.
Last edited by Catwalk923 (2012-03-12 12:37:11)
Offline
I have done this using .Net.
Offline