• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Sphere Team Request

Sphere uses javascript not java,I think I would know i am coding a game in sphere.

Here is some proof

Declaring Variables in JAVA
Code:
   // integers
        byte largestByte = Byte.MAX_VALUE;
        short largestShort = Short.MAX_VALUE;
        int largestInteger = Integer.MAX_VALUE;
        long largestLong = Long.MAX_VALUE;

        // real numbers
        float largestFloat = Float.MAX_VALUE;
        double largestDouble = Double.MAX_VALUE;

        // other primitive types
        char aChar = 'S';
        boolean aBoolean = true;

Declaring variables in JavaScript
Code:
var boolean = true;
var number = 67463;
var string = "Java is a completley different language to javascript"

As you would know if you knew anything in javascript you dont have to declare what data type your variables are in javascript
Boolean,integer,string etc.
 
Last edited:
What's freaky is I even understood half of that ;)
 
yay for booda.. wish i knew what to do with that stuff though..

EDIT: can you have alphanumerical variables? wow kool! you can have variable strings! with words n stuff..
 
I can hear the gears of Meerkat's mind turning, the endless possiblilities.

But just remember that you have to learn to do everything just right or it all falls appart! Yay! Just imagine working hours on something, and you put the wrong symbol in one little thingy and your program's worthless if you can't find it! I can picture it now... a very upset Meerkat. ;)
 
lol. isn't there some kind of code scanner to check if you have incorrect coding somewhere? I'm pretty sure it tells you where the coding is broken like ERROR: Line 32 Wrong Syntax.. or something... you just have to know how to understand what its trying to tell you.

I have used a game maker with coding similar to javascript before.. it was relatively easy and had lots of extra help and inbuilt things like rm2k.. it's called GM the latest one is GM 5 i think.. i made a 1945 style plane game.. I did a tutorial then adapted the coding a bit.. i had 2 player stuff working as well.. its not really that hard. There is even online capabilities. You could program a 3d game with it as well, I have seen it done! Here is the URL: https://www.gamemaker.nl/ lol just found it then. Do you guys want to switch to GM? I have seen about 2 pokemon games made with it and they didnt really use the full potential of GM. You can sell games you make with GM too!
 
hey we don't wanna do it with gamemaker but we wanna do it with the game facotry it is just like the game maker an better and you guys can use my serial number aswell www.clickteam.com they have alot of game maker programs
 
How is it better? This requires no coding, unless you get experienced. you can do anything with this. I have seen very good zelda games made with it.
 
i have used game maker and i do not like it you can make anything with tgf i once made a rpg engine serioulsy i think that we shouldnt use game makr or tgf for a rpg becuase game maker isnt that good tgf is good and you can make a good rpg with it but i am not sure about pok?mon games with any of them
 
Jedi_Amara said:
If you can track down HiKaizer and pin him down to some work he may help you, he's pretty good with Sphere. I'd help but I haven't time.

Thanks JA but all I managed to do was get a title screen up and make a map with a few characters on it. Getting a conversation going takes a bit so imagine what a full game would be. Also Sphere ses odd file types, anyone know what it uses for animations?

I'd be willing to have a go at it though. But it would probably be slow until I finish this year (Year 12) as I know very little Java Script and need to study. But I had thoughts of going back to sphere anyway.
 
well first beforen we can start a game, we need to know who's doing what (also what version of sphere werre gunna use, i dont know if this matters)
 
dude "java"script is just another form, as i said theres many forms, that are just like java, and some that arent. if java script was exactly java then it wouldnt be called javascript. its just another type.
 
Yes but thats what not what im arguing about,im saying that sphere dosent use java like you and other people have said in this thread and there is no other way of looking at it if you put java code into a sphere script the point is the engine wont run not matter how similar to javascript it is.
Simple as.
Now get over it.
 
Last edited:
I agree. We will be using sphere because that is (correct me if im wrong) what the thread is about a team for.
Java is a popular language and there are many forms in use for different Game Makers, we are using Javascript like Booda said and we need to learn more if we are to make a game.
 
All good things take time. Anyway I don't CARE what the language sphere uses is called since the name isn't that big a deal anyway. And I meant what it uses for animatios, i.e what goes in the animations folder (it could be like RM2k style anims or just movie clips. I am not sure)
 
dude, wow, i never said it used java. jeesh
 
umm....sphere uses javascript, just a different type, if you knew anything then you would know there is many many many java languages
Convienient how you edited your posts and that use to say "sphere uses java just a different type."
So yes you did say sphere uses java,otherwise we wouldn't be having this argument.
I think someone cant face they are wrong.
 
Back
Top