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

#401 2012-04-15 16:17:27

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

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

popopobob wrote:

Ok, err maxdoss, I want to talk to yo about the programming.

Fore each pokemon we need a set amount of stats, and we need an equasion do devise these stats into actual damage. We need 1 variable for every single pokemon and then we have to devise each stat into another equasion for defensive base. The programming does not look to easy, do you think there is another way to do it?

Ummm... idk.


It's my birthday. Deal with it.

Offline

 

#402 2012-04-15 17:13:17

popopobob
Scratcher
Registered: 2011-05-01
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

maxdoss wrote:

popopobob wrote:

Ok, err maxdoss, I want to talk to yo about the programming.

Fore each pokemon we need a set amount of stats, and we need an equasion do devise these stats into actual damage. We need 1 variable for every single pokemon and then we have to devise each stat into another equasion for defensive base. The programming does not look to easy, do you think there is another way to do it?

Ummm... idk.

Darn. That means at least 46 hours of programming just the battle enigne. The scoller is having some trouble too. I need the maps for the game.


http://i45.tinypic.com/1zqxc29.jpg

Offline

 

#403 2012-04-15 17:37:57

popopobob
Scratcher
Registered: 2011-05-01
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

Ok, err maxdoss, I want to talk to yo about the programming.

For each pokemon we need a set amount of stats, and we need an equasion do devise these stats into actual damage. We need 1 variable for every single pokemon and then we have to devise each stat into another equasion for defensive base. The programming does not look to easy, do you think there is another way to do it?

Ummm... idk.

Darn. That means at least 46 hours of programming just the battle enigne. The scoller is having some trouble too. I need the maps for the game. I will list the blocks here.
[Scratchblocks]
when gf clicked
Forever
Set <Attack = 10> //Or what ever attack we choose for the pokemon
end
Forever
Set <Defense = 10>
end
Forever
Set <Sp. Attack = 10>
end
Forever
Set <Sp. Defense = 10>

when green flag clicked
Forever
if <sprite 1 clicked>
change <(Pokemon 123 HP) = <Attack>/5 * -1
end
If <(Sprite 2) = special attack?>
Change <(Pokemon 123) = < Sp. Attack>/5 * -1
end
[/scratchblocks]

Then for the Sprites hp.....

When green flag clicked
Forever
if <Pokemon 123 HP = 30>
switch to hp bar costume to 4

if pokemon 123 hp= 29 same thing but diffrent costume fore the HP bar, ect

As you can see this may take some time and programming, I say we should get a head start.


http://i45.tinypic.com/1zqxc29.jpg

Offline

 

#404 2012-04-15 17:46:31

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

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

popopobob wrote:

Ok, err maxdoss, I want to talk to yo about the programming.

For each pokemon we need a set amount of stats, and we need an equasion do devise these stats into actual damage. We need 1 variable for every single pokemon and then we have to devise each stat into another equasion for defensive base. The programming does not look to easy, do you think there is another way to do it?

Ummm... idk.

Darn. That means at least 46 hours of programming just the battle enigne. The scoller is having some trouble too. I need the maps for the game. I will list the blocks here.

when gf clicked
Forever
Set <Attack = 10> //Or what ever attack we choose for the pokemon
end
Forever
Set <Defense = 10>
end
Forever
Set <Sp. Attack = 10>
end
Forever
Set <Sp. Defense = 10>

when green flag clicked
Forever
if <sprite 1 clicked>
change <(Pokemon 123 HP) = <Attack>/5 * -1
end
If <(Sprite 2) = special attack?>
Change <(Pokemon 123) = < Sp. Attack>/5 * -1
end
Then for the Sprites hp.....
When green flag clicked
Forever
if <Pokemon 123 HP = 30>
switch to hp bar costume to 4
if pokemon 123 hp= 29 same thing but diffrent costume fore the HP bar, ect

As you can see this may take some time and programming, I say we should get a head start.

Think i fixed it.

Ok. A head start is what we need. it will take at least 5 months to release the first part, I think.

Last edited by maxdoss (2012-04-15 17:48:59)


It's my birthday. Deal with it.

Offline

 

#405 2012-04-15 18:09:21

popopobob
Scratcher
Registered: 2011-05-01
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

maxdoss wrote:

popopobob wrote:

Ok, err maxdoss, I want to talk to yo about the programming.

For each pokemon we need a set amount of stats, and we need an equasion do devise these stats into actual damage. We need 1 variable for every single pokemon and then we have to devise each stat into another equasion for defensive base. The programming does not look to easy, do you think there is another way to do it?

Ummm... idk.

Darn. That means at least 46 hours of programming just the battle enigne. The scoller is having some trouble too. I need the maps for the game. I will list the blocks here.

when gf clicked
Forever
Set <Attack = 10> //Or what ever attack we choose for the pokemon
end
Forever
Set <Defense = 10>
end
Forever
Set <Sp. Attack = 10>
end
Forever
Set <Sp. Defense = 10>

when green flag clicked
Forever
if <sprite 1 clicked>
change <(Pokemon 123 HP) = <Attack>/5 * -1
end
If <(Sprite 2) = special attack?>
Change <(Pokemon 123) = < Sp. Attack>/5 * -1
end
Then for the Sprites hp.....
When green flag clicked
Forever
if <Pokemon 123 HP = 30>
switch to hp bar costume to 4
if pokemon 123 hp= 29 same thing but diffrent costume fore the HP bar, ect

As you can see this may take some time and programming, I say we should get a head start.

Think i fixed it.

Ok. A head start is what we need. it will take at least 5 months to release the first part, I think.

Nice you fixed it. Ok so I will start on the battle engine and get that out of the way. I will need front and back sprites of at least 2 pokemon, do you think we can find someone who will make those?


http://i45.tinypic.com/1zqxc29.jpg

Offline

 

#406 2012-04-16 08:17:28

pokedirector
Scratcher
Registered: 2010-07-24
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

popopobob wrote:

maxdoss wrote:

popopobob wrote:

Ok, err maxdoss, I want to talk to yo about the programming.

For each pokemon we need a set amount of stats, and we need an equasion do devise these stats into actual damage. We need 1 variable for every single pokemon and then we have to devise each stat into another equasion for defensive base. The programming does not look to easy, do you think there is another way to do it?

Darn. That means at least 46 hours of programming just the battle enigne. The scoller is having some trouble too. I need the maps for the game. I will list the blocks here.

when gf clicked
Forever
Set <Attack = 10> //Or what ever attack we choose for the pokemon
end
Forever
Set <Defense = 10>
end
Forever
Set <Sp. Attack = 10>
end
Forever
Set <Sp. Defense = 10>

when green flag clicked
Forever
if <sprite 1 clicked>
change <(Pokemon 123 HP) = <Attack>/5 * -1
end
If <(Sprite 2) = special attack?>
Change <(Pokemon 123) = < Sp. Attack>/5 * -1
end
Then for the Sprites hp.....
When green flag clicked
Forever
if <Pokemon 123 HP = 30>
switch to hp bar costume to 4
if pokemon 123 hp= 29 same thing but diffrent costume fore the HP bar, ect

As you can see this may take some time and programming, I say we should get a head start.

Think i fixed it.

Ok. A head start is what we need. it will take at least 5 months to release the first part, I think.

Nice you fixed it. Ok so I will start on the battle engine and get that out of the way. I will need front and back sprites of at least 2 pokemon, do you think we can find someone who will make those?

I know two experienced spriters.  However, I've never seen them do back sprites.  A newer spriter I made Fakemon Starters for has made some back sprites.  His name is Decca03.  Idk, should we ask Decca for back sprites?


Pikachu!  Use AK-47 attack!
http://i39.tinypic.com/2zqua93_th.png

Offline

 

#407 2012-04-16 08:49:52

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

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

Ok.


It's my birthday. Deal with it.

Offline

 

#408 2012-04-16 15:09:31

The1UP
Scratcher
Registered: 2011-11-01
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

So... know where to get any ideas for fakemon?

Speaking of which, we should have a Bug-type by now...

a dragonfly?

or butterfly?

or ant even?

a bee?

a wasp?

a... that's all I got.


Ya know what, no signature. You have this useless dialogue to look at now.

Offline

 

#409 2012-04-16 15:33:44

popopobob
Scratcher
Registered: 2011-05-01
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

The1UP wrote:

So... know where to get any ideas for fakemon?

Speaking of which, we should have a Bug-type by now...

a dragonfly?

or butterfly?

or ant even?

a bee?

a wasp?

a... that's all I got.

What about an mantis?


http://i45.tinypic.com/1zqxc29.jpg

Offline

 

#410 2012-04-16 15:41:12

The1UP
Scratcher
Registered: 2011-11-01
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

popopobob wrote:

The1UP wrote:

So... know where to get any ideas for fakemon?

Speaking of which, we should have a Bug-type by now...

a dragonfly?

or butterfly?

or ant even?

a bee?

a wasp?

a... that's all I got.

What about an mantis?

A MANTIS! OF COURSE!

And before anybody else says it:

a beetle?


Ya know what, no signature. You have this useless dialogue to look at now.

Offline

 

#411 2012-04-16 16:05:10

popopobob
Scratcher
Registered: 2011-05-01
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

The1UP wrote:

popopobob wrote:

The1UP wrote:

So... know where to get any ideas for fakemon?

Speaking of which, we should have a Bug-type by now...

a dragonfly?

or butterfly?

or ant even?

a bee?

a wasp?

a... that's all I got.

What about an mantis?

A MANTIS! OF COURSE!

And before anybody else says it:

a beetle?

A lady bug?

a roach?

a mosquito?

there is lot.


http://i45.tinypic.com/1zqxc29.jpg

Offline

 

#412 2012-04-16 16:12:41

GameGuy64
Scratcher
Registered: 2011-09-22
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

popopobob wrote:

The1UP wrote:

popopobob wrote:


What about an mantis?

A MANTIS! OF COURSE!

And before anybody else says it:

a beetle?

A lady bug?

a roach?

a mosquito?

there is lot.

I tried a mosquito, It didn't go so well...

But I'll try a mantis.


http://i45.tinypic.com/25apxc7.png

Offline

 

#413 2012-04-16 19:09:00

pokedirector
Scratcher
Registered: 2010-07-24
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

GameGuy64 wrote:

popopobob wrote:

The1UP wrote:


A MANTIS! OF COURSE!

And before anybody else says it:

a beetle?

A lady bug?

a roach?

a mosquito?

there is lot.

I tried a mosquito, It didn't go so well...

But I'll try a mantis.

I think the beetle should be a dung beetle.  At first, it's ground, then its evo is ground and fire....
As for the mantis, Should we make it have no evo and be bug and poison type, or only bug?


Pikachu!  Use AK-47 attack!
http://i39.tinypic.com/2zqua93_th.png

Offline

 

#414 2012-04-17 01:27:41

The1UP
Scratcher
Registered: 2011-11-01
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

pokedirector wrote:

GameGuy64 wrote:

popopobob wrote:

A lady bug?

a roach?

a mosquito?

there is lot.

I tried a mosquito, It didn't go so well...

But I'll try a mantis.

I think the beetle should be a dung beetle.  At first, it's ground, then its evo is ground and fire....
As for the mantis, Should we make it have no evo and be bug and poison type, or only bug?

The mantis isn't a poisionous creature, it's more of a hunter, so I'd say...Bug/Fighting?

Last edited by The1UP (2012-04-17 04:26:16)


Ya know what, no signature. You have this useless dialogue to look at now.

Offline

 

#415 2012-04-17 07:51:01

pokedirector
Scratcher
Registered: 2010-07-24
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

The1UP wrote:

pokedirector wrote:

GameGuy64 wrote:


I tried a mosquito, It didn't go so well...

But I'll try a mantis.

I think the beetle should be a dung beetle.  At first, it's ground, then its evo is ground and fire....
As for the mantis, Should we make it have no evo and be bug and poison type, or only bug?

The mantis isn't a poisionous creature, it's more of a hunter, so I'd say...Bug/Fighting?

Most likely.  Like most Pokemon, should we add almost like a character or theme to it?


Pikachu!  Use AK-47 attack!
http://i39.tinypic.com/2zqua93_th.png

Offline

 

#416 2012-04-17 10:57:52

GameGuy64
Scratcher
Registered: 2011-09-22
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

The1UP wrote:

pokedirector wrote:

GameGuy64 wrote:


I tried a mosquito, It didn't go so well...

But I'll try a mantis.

I think the beetle should be a dung beetle.  At first, it's ground, then its evo is ground and fire....
As for the mantis, Should we make it have no evo and be bug and poison type, or only bug?

The mantis isn't a poisionous creature, it's more of a hunter, so I'd say...Bug/Fighting?

OMG! I made it Bug/Fighting *coughs*


http://i45.tinypic.com/25apxc7.png

Offline

 

#417 2012-04-17 11:17:59

The1UP
Scratcher
Registered: 2011-11-01
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

GameGuy64 wrote:

The1UP wrote:

pokedirector wrote:


I think the beetle should be a dung beetle.  At first, it's ground, then its evo is ground and fire....
As for the mantis, Should we make it have no evo and be bug and poison type, or only bug?

The mantis isn't a poisionous creature, it's more of a hunter, so I'd say...Bug/Fighting?

OMG! I made it Bug/Fighting *coughs*

What a coincidence... I think not. JK JK


Ya know what, no signature. You have this useless dialogue to look at now.

Offline

 

#418 2012-04-17 11:44:45

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

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

GameGuy64 wrote:

The1UP wrote:

pokedirector wrote:


I think the beetle should be a dung beetle.  At first, it's ground, then its evo is ground and fire....
As for the mantis, Should we make it have no evo and be bug and poison type, or only bug?

The mantis isn't a poisionous creature, it's more of a hunter, so I'd say...Bug/Fighting?

OMG! I made it Bug/Fighting *coughs*

It's pretty rough, not to mention small. Could you make it a bit bigger? Oh, and make sure to always save as .png, if you didn't know that already.  wink


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

Offline

 

#419 2012-04-17 13:01:03

GameGuy64
Scratcher
Registered: 2011-09-22
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

Zangooser wrote:

GameGuy64 wrote:

The1UP wrote:


The mantis isn't a poisionous creature, it's more of a hunter, so I'd say...Bug/Fighting?

OMG! I made it Bug/Fighting *coughs*

It's pretty rough, not to mention small. Could you make it a bit bigger? Oh, and make sure to always save as .png, if you didn't know that already.  wink

Yeah, I know -.-


http://i45.tinypic.com/25apxc7.png

Offline

 

#420 2012-04-17 15:45:20

pokedirector
Scratcher
Registered: 2010-07-24
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

GameGuy64 wrote:

Zangooser wrote:

GameGuy64 wrote:

OMG! I made it Bug/Fighting *coughs*

It's pretty rough, not to mention small. Could you make it a bit bigger? Oh, and make sure to always save as .png, if you didn't know that already.  wink

Yeah, I know -.-

What a coincidence......
Btw here's the Jackal prevo:
http://i41.tinypic.com/zjdq9d_th.png

Last edited by pokedirector (2012-04-17 16:50:25)


Pikachu!  Use AK-47 attack!
http://i39.tinypic.com/2zqua93_th.png

Offline

 

#421 2012-04-17 17:03:20

popopobob
Scratcher
Registered: 2011-05-01
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

pokedirector wrote:

GameGuy64 wrote:

Zangooser wrote:

It's pretty rough, not to mention small. Could you make it a bit bigger? Oh, and make sure to always save as .png, if you didn't know that already.  wink

Yeah, I know -.-

What a coincidence......
Btw here's the Jackal prevo:

Jackel looks pretty good. Can you draw the back? I and amxdoss want to get started on programming.


http://i45.tinypic.com/1zqxc29.jpg

Offline

 

#422 2012-04-17 17:11:45

pokedirector
Scratcher
Registered: 2010-07-24
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

popopobob wrote:

pokedirector wrote:

GameGuy64 wrote:


Yeah, I know -.-

What a coincidence......
Btw here's the Jackal prevo:

Jackel looks pretty good. Can you draw the back? I and amxdoss want to get started on programming.

I'm really bad at back sprites.  Like I said before, maybe ask Decca03.


Pikachu!  Use AK-47 attack!
http://i39.tinypic.com/2zqua93_th.png

Offline

 

#423 2012-04-18 01:18:59

The1UP
Scratcher
Registered: 2011-11-01
Posts: 500+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

pokedirector wrote:

GameGuy64 wrote:

Zangooser wrote:


It's pretty rough, not to mention small. Could you make it a bit bigger? Oh, and make sure to always save as .png, if you didn't know that already.  wink

Yeah, I know -.-

What a coincidence......
Btw here's the Jackal prevo:
http://i41.tinypic.com/zjdq9d_th.png

Looks pretty good! It's a lot like I imagined!


Ya know what, no signature. You have this useless dialogue to look at now.

Offline

 

#424 2012-04-18 07:06:54

pokedirector
Scratcher
Registered: 2010-07-24
Posts: 100+

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

The1UP wrote:

pokedirector wrote:

GameGuy64 wrote:


Yeah, I know -.-

What a coincidence......
Btw here's the Jackal prevo:
http://i41.tinypic.com/zjdq9d_th.png

Looks pretty good! It's a lot like I imagined!

Thanks.  I was worried that it would turn out bad like the Chinese Dragon.  Honestly, I think Zangooser would do a better job on the upright evo, while I can still do the larger Evo.


Pikachu!  Use AK-47 attack!
http://i39.tinypic.com/2zqua93_th.png

Offline

 

#425 2012-04-18 11:34:29

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

Re: Pokemon- Land Version and Pokemon- Sea Version Collab

I like the eye and body color, but we need to add a few more distinguishing factors to the jackal. Maybe have something resembling a pair of scales on its back and / or giving it a black face.

Pokedirector:
What do you mean by "upright" evolution? Do you mean that one of the evolutions is bipedal, and the other quadropedal?


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

Offline

 

Board footer