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

#1 2012-08-08 11:16:38

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Pokemon Apple Red/Green Ideas

Pokemon Apple Red WILL be finished someday. I'm waiting for Scratch 2.0 to be released. My computer is way too slow to handle a large project like this. This topic is done, but will reopened in a new forum after 2.0 is released.  big_smile

------------------------------------------------------------------------------------------------------------------------------

I've recently started to work on a Pokemon game (here's V 0.1). After searching for a very long time, I have realized there are no complete Pokemon games on Scratch, but the incomplete ones are very popular. So if I actually completed a Pokemon game, it would become very popular on Scratch. However, I don't like copying projects from real video games, so I am going to make a few changes. I am posting this forum so Scratchers can put in ideas about this game.

Thanks,
OrcaCat

EDIT: Here I will list what I am going to do so far:

1) Team Rocket will come. They will be weak, but they will steal your Pokemon
2) You will be able to join Team Rocket.
3) You will be able to interact with your starter in interactive mode.

Last edited by OrcaCat (2012-11-21 19:26:12)


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#2 2012-08-09 11:00:20

Zangooser
Scratcher
Registered: 2012-03-18
Posts: 1000+

Re: Pokemon Apple Red/Green Ideas

If you actually wanted to complete the game, I highly suggest:
1) Starting a collaboration
2) Using already-existing Pokemon
3) Perhaps also use trainer sprites from Pokemon games?


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/O0efo.png&link2=http://i.imgur.com/B1KzK.png

Offline

 

#3 2012-08-09 13:55:44

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Pokemon Apple Red/Green Ideas

Zangooser wrote:

If you actually wanted to complete the game, I highly suggest:
1) Starting a collaboration
2) Using already-existing Pokemon
3) Perhaps also use trainer sprites from Pokemon games?

Ok.
1) I'm going to make this with some of my friends who don't have Scratch accounts.
2) Yes. There are way too many 'Pokemon' Scratch games that use fake Pokemon. I'm going to stick to the original 151 and possibly some Generation II Pokemon.
3) Yes. I will use spriters-resouce.com for sprites.


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#4 2012-08-15 15:19:55

TigerStripes
Scratcher
Registered: 2011-06-26
Posts: 2

Re: Pokemon Apple Red/Green Ideas

well, i can't wait to see it finished! Here's a few suggestions:
1) Possibly change 'Apple Green' to 'Pear Green' It makes it seem different rather than the same game.
2) Mix up Pokemon from different Gens.
3) Make Electric starters! Well, you could choose from all the starters ever, but for the Gen 1 starters have Pichu, Gen 2 have Elekid, Gen 3 Electrike, Gen 4 Luxray, and Gen 5  Tynamo! I know it's crazy, but it would be epic!
4) Make up new Gym Leaders!

I could get you animated Pokemon sprites btw. I have all of the Pokemon downloaded.

Offline

 

#5 2012-08-16 21:23:22

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Pokemon Apple Red/Green Ideas

TigerStripes wrote:

well, i can't wait to see it finished! Here's a few suggestions:
1) Possibly change 'Apple Green' to 'Pear Green' It makes it seem different rather than the same game.
2) Mix up Pokemon from different Gens.
3) Make Electric starters! Well, you could choose from all the starters ever, but for the Gen 1 starters have Pichu, Gen 2 have Elekid, Gen 3 Electrike, Gen 4 Luxray, and Gen 5  Tynamo! I know it's crazy, but it would be epic!
4) Make up new Gym Leaders!

I could get you animated Pokemon sprites btw. I have all of the Pokemon downloaded.

1) Okay, maybe I'll change the name
2) I kinda want to stick to Gen I and II, because I don't want to get to sidetracked with the other gens. I know that feel, though.
3) I wanna stick to the original starters, sorry! (and you would start with Shinx, not Luxray)
4) Okay, I kinda want the gym leaders to be presidents. Here are some ideas:
George Washington (varied):
Pikachu, Raticate, Pidgeot, Venusaur, Charizard, Blastoise
Thomas Jefferson (water):
Vaporeon, Kingler
Abraham Lincoln (fighting):
Machoke, Primeape, Hitmonchan
Ronald Reagan (fire):
Arcanine, Ninetales, Rapidash
Richard Nixon (Poison):
Vileplume, Muk, Arbok, Weezing

Animated sprites would be cool, but would take up too much space. I'm worried about the 10 MB upload limit.

Last edited by OrcaCat (2012-08-17 12:11:35)


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#6 2012-08-17 18:05:07

Zangooser
Scratcher
Registered: 2012-03-18
Posts: 1000+

Re: Pokemon Apple Red/Green Ideas

The intro with Professor Oak is good, but when the Prof. is sliding out to show you what a Pokemon is, he just disappears when he gets near the edge of the screen. To make the transition smoother (you can also use this for the Pokemon), I recommend using something like this script:

when I receive [Professor slide out v]
set [ghost v] effect to [0]
repeat [however many you want]
change x by [5]
change [ghost v] effect by [100 divided by repeat amount]
wait (.05) secs
I can put it into a project and show you, if I'm being confusing. :P


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/O0efo.png&link2=http://i.imgur.com/B1KzK.png

Offline

 

#7 2012-08-17 18:25:40

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Pokemon Apple Red/Green Ideas

Zangooser wrote:

The intro with Professor Oak is good, but when the Prof. is sliding out to show you what a Pokemon is, he just disappears when he gets near the edge of the screen. To make the transition smoother (you can also use this for the Pokemon), I recommend using something like this script:

when I receive [Professor slide out v]
set [ghost v] effect to [0]
repeat [however many you want]
change x by [5]
change [ghost v] effect by [100 divided by repeat amount]
wait (.05) secs
I can put it into a project and show you, if I'm being confusing.  tongue

Okay, yeah, I know how to do that. I'll include it.

Now it's included.

Last edited by OrcaCat (2012-08-29 13:43:32)


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#8 2012-08-29 15:45:27

mefromsomewhere
Scratcher
Registered: 2012-08-09
Posts: 15

Re: Pokemon Apple Red/Green Ideas

Ok. So you need to:

1) Add routes with grass and pokemon,

2) Make pokemon levels,

3) Have us be able to talk to Prof. Oak and exit the lab,

4) Let us pick starters, and

5) Have 8 Gym leaders.

Offline

 

#9 2012-08-29 18:23:22

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Pokemon Apple Red/Green Ideas

OrcaCat wrote:

After searching for a very long time, I have realized there are no complete Pokemon games on Scratch

if you want check the game in my sig. its a monster capture rpg LIKE pokemon


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#10 2012-08-29 18:35:31

maxdoss
Scratcher
Registered: 2010-07-27
Posts: 1000+

Re: Pokemon Apple Red/Green Ideas

Wes64 wrote:

OrcaCat wrote:

After searching for a very long time, I have realized there are no complete Pokemon games on Scratch

if you want check the game in my sig. its a monster capture rpg LIKE pokemon

Or check 08jackt's Data Monsters, or what ever it was renamed too.


It's my birthday. Deal with it.

Offline

 

#11 2012-08-30 01:29:40

achatesb
New Scratcher
Registered: 2012-08-30
Posts: 1

Re: Pokemon Apple Red/Green Ideas

Can anyone tell how to get a complete Pokemon game as I am a great fan of it.
http://www.bbexmarketing.com

Offline

 

#12 2012-08-30 13:23:39

mefromsomewhere
Scratcher
Registered: 2012-08-09
Posts: 15

Re: Pokemon Apple Red/Green Ideas

OrcaCat wrote:

TigerStripes wrote:

well, i can't wait to see it finished! Here's a few suggestions:
1) Possibly change 'Apple Green' to 'Pear Green' It makes it seem different rather than the same game.
2) Mix up Pokemon from different Gens.
3) Make Electric starters! Well, you could choose from all the starters ever, but for the Gen 1 starters have Pichu, Gen 2 have Elekid, Gen 3 Electrike, Gen 4 Luxray, and Gen 5  Tynamo! I know it's crazy, but it would be epic!
4) Make up new Gym Leaders!

4) Okay, I kinda want the gym leaders to be presidents. Here are some ideas:
George Washington (varied):
Pikachu, Raticate, Pidgeot, Venusaur, Charizard, Blastoise
Thomas Jefferson (water):
Vaporeon, Kingler
Abraham Lincoln (fighting):
Machoke, Primeape, Hitmonchan
Ronald Reagan (fire):
Arcanine, Ninetales, Rapidash
Richard Nixon (Poison):
Vileplume, Muk, Arbok, Weezing

Animated sprites would be cool, but would take up too much space. I'm worried about the 10 MB upload limit.

How about like maybe a flying type leader?
(Like the Wright Brothers or something)

Maybe an electric type leader??? But good start!

Offline

 

#13 2012-09-01 13:12:41

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Pokemon Apple Red/Green Ideas

maxdoss wrote:

Wes64 wrote:

OrcaCat wrote:

After searching for a very long time, I have realized there are no complete Pokemon games on Scratch

if you want check the game in my sig. its a monster capture rpg LIKE pokemon

Or check 08jackt's Data Monsters, or what ever it was renamed too.

Yes, I've played those two. But I mean a REAL Pokemon game, with REAL Pokemon and REAL attacks. I know games with fakemon get tons of views, but so far all of the Pokemon games I've seen say UNFINISHED! and they were posted like 4 years ago.


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#14 2012-09-01 14:53:01

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Pokemon Apple Red/Green Ideas

achatesb wrote:

Can anyone tell how to get a complete Pokemon game as I am a great fan of it.
http://www.bbexmarketing.com

I don't completely understand what you are saying. If you want to buy a Pokemon game, go to GameStop for legit games (not bootlegged). These are WAY overpriced, however. If you want a cheap Pokemon games, go to eBay. However, most of those Pokemon games are bootlegged. If you want Pokemon games for free, go to http://vba.ngemu.com/downloads.shtml. Download the emulator and Google the Pokemon game you want with ROM. For example, if i want Pokemon Yellow, Google 'pokemon yellow rom'.

IMPORTANT WARNING: THIS IS ILLEGAL IF YOU DO NOT ALREADY OWN THE GAME! DO NOT DOWNLOAD ROMS IF YOU DO NOT OWN THE GAME!


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#15 2012-09-01 15:11:36

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Pokemon Apple Red/Green Ideas

mefromsomewhere wrote:

OrcaCat wrote:

TigerStripes wrote:

well, i can't wait to see it finished! Here's a few suggestions:
1) Possibly change 'Apple Green' to 'Pear Green' It makes it seem different rather than the same game.
2) Mix up Pokemon from different Gens.
3) Make Electric starters! Well, you could choose from all the starters ever, but for the Gen 1 starters have Pichu, Gen 2 have Elekid, Gen 3 Electrike, Gen 4 Luxray, and Gen 5  Tynamo! I know it's crazy, but it would be epic!
4) Make up new Gym Leaders!

4) Okay, I kinda want the gym leaders to be presidents. Here are some ideas:
George Washington (varied):
Pikachu, Raticate, Pidgeot, Venusaur, Charizard, Blastoise
Thomas Jefferson (water):
Vaporeon, Kingler
Abraham Lincoln (fighting):
Machoke, Primeape, Hitmonchan
Ronald Reagan (fire):
Arcanine, Ninetales, Rapidash
Richard Nixon (Poison):
Vileplume, Muk, Arbok, Weezing

Animated sprites would be cool, but would take up too much space. I'm worried about the 10 MB upload limit.

How about like maybe a flying type leader?
(Like the Wright Brothers or something)

Maybe an electric type leader??? But good start!

New gym leaders:

Benjamin Franklin (electric): Jolteon, Electrode, Magneton
Wright Brothers (flying double battle): Butterfree, Fearow
Bill Gates (normal): Porygon, Ditto


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#16 2012-09-03 19:44:34

ZedProduction
Scratcher
Registered: 2012-07-16
Posts: 42

Re: Pokemon Apple Red/Green Ideas

Make A Phycic Starter!!!

Offline

 

#17 2012-09-03 20:51:39

ZedProduction
Scratcher
Registered: 2012-07-16
Posts: 42

Re: Pokemon Apple Red/Green Ideas

starters should be:
Gastley
Pachirisu
Cubone

new jym leaders:

jack the riper (ghost type trainer with an ekins, two gastelys, and a Haunter) He is killing Pokemon in a once friendly city. If you beat him he gives you his haunter and gets sent to prison.

Offline

 

#18 2012-09-04 19:40:53

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Pokemon Apple Red/Green Ideas

ZedProduction wrote:

Make A Phycic Starter!!!
starters should be:
Gastley
Pachirisu
Cubone

new jym leaders:

jack the riper (ghost type trainer with an ekins, two gastelys, and a Haunter) He is killing Pokemon in a once friendly city. If you beat him he gives you his haunter and gets sent to prison.

Um, sorry, but
a. I don't want to include psychic type, because it isn't really an elemental type, and I think it's kinda dumb. It's also way too OP in Generation I.
b. I don't want to include ghost type either
c. Pachirisu isn't in the original 151 Pokemon, and I'm setting a VERY high goal to include all the Generation I Pokemon and attacks.
d. I'm sticking to the original starters.
e. I don't want any killing/death involved. Meaning there also will be no Lavender Town.
f. I've already decided the gym leaders.

So sorry that I've pretty much completely denied you, but I have already decided everything stated above.

Last edited by OrcaCat (2012-09-05 19:36:49)


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#19 2012-09-06 20:50:31

ZedProduction
Scratcher
Registered: 2012-07-16
Posts: 42

Re: Pokemon Apple Red/Green Ideas

OK. I want to help make stuff though!  Ill make some trainer cards and towns... maybe that will help  smile  also ghost types are so awesome as well as phycic!!!! ill make some Pokemon for you even though you're not making new ones, maybe you might like it. But for now i made a Pokemon game on my old account, so check that out for ideas!
http://scratch.mit.edu/projects/wdc/1625206

Offline

 

#20 2012-09-25 18:42:27

mefromsomewhere
Scratcher
Registered: 2012-08-09
Posts: 15

Re: Pokemon Apple Red/Green Ideas

TigerStripes wrote:

well, i can't wait to see it finished! Here's a few suggestions:
1) Possibly change 'Apple Green' to 'Pear Green' It makes it seem different rather than the same game.
2) Mix up Pokemon from different Gens.
3) Make Electric starters! Well, you could choose from all the starters ever, but for the Gen 1 starters have Pichu, Gen 2 have Elekid, Gen 3 Electrike, Gen 4 Luxray, and Gen 5  Tynamo! I know it's crazy, but it would be epic!
4) Make up new Gym Leaders!

I could get you animated Pokemon sprites btw. I have all of the Pokemon downloaded.

How about instead of Tynamo, do something more like Blitzle. Instead of Elekid, it should be Mareep. Gen 1 Didn't HAVE a Pichu. It did have a Pikachu, though. Gen 1 should be Voltorb if OrcaCat changes their mind and decides to have electric starters... And yeah, Gen 4 would be Shinx. Electrike is fine, though...

Offline

 

#21 2012-09-25 18:46:13

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Pokemon Apple Red/Green Ideas

OrcaCat wrote:

mefromsomewhere wrote:

OrcaCat wrote:


4) Okay, I kinda want the gym leaders to be presidents. Here are some ideas:
George Washington (varied):
Pikachu, Raticate, Pidgeot, Venusaur, Charizard, Blastoise
Thomas Jefferson (water):
Vaporeon, Kingler
Abraham Lincoln (fighting):
Machoke, Primeape, Hitmonchan
Ronald Reagan (fire):
Arcanine, Ninetales, Rapidash
Richard Nixon (Poison):
Vileplume, Muk, Arbok, Weezing

Animated sprites would be cool, but would take up too much space. I'm worried about the 10 MB upload limit.

How about like maybe a flying type leader?
(Like the Wright Brothers or something)

Maybe an electric type leader??? But good start!

New gym leaders:

Benjamin Franklin (electric): Jolteon, Electrode, Magneton
Wright Brothers (flying double battle): Butterfree, Fearow
Bill Gates (normal): Porygon, Ditto

Nixon is Poison. XD

Maybe have LBJ be a earth type?
And Bush be..... IDK, what type?


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#22 2013-02-20 11:22:43

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

Re: Pokemon Apple Red/Green Ideas

Closed by request of the topic owner.


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

Offline

 

Board footer