Topic closed
fireball123 wrote:
oh ha ha
Sorry...I got carried away.
I searched him up and he was making an RPG. I can see how I sounded like him in my first posts, all formal, cheesy,and horrible. I think I've become less so, don't you? I would have made this thread after I had finished the game, but I couldn't wait. I don't have a release date cause I know I wouldnt reach it, and if I did I would have cut out loads of stuff. I have realesed betas though, and they all seem to upload, so It's going good. I hope I'll finish it....
Two Pages! Thanks to all you who poated, although I admit it was mainly me
Last edited by tcb (2009-08-08 02:09:32)
Offline
basic V++ code for writing "hello world":
main(){
program.write("hello world")
end(no)
}anyone with experience will see that it is mainly C++, but there is one element that is more javascript:
program.write("text")this is taken off the document.write() function.
you will also notice that there is no ; at the end of lines. this is my main annoyance in all languages, although it does come in handy. I've taken it out though.
end(no)
this line waits for the next key input, then ends the program. the no bit inside the brackets is to say what message to give. 'no' is none. anything else will either look for a variable or a value (string or number).
main(){main() is the main function. every program has a main function, wether you like it or not.
Last edited by tcb (2009-08-21 02:22:12)
Offline
Sorry 'bout not responding.. the _nt is derived from my username on PBS KIDS. added the 3 on because mabye they took cool_nt already.
Offline
Heliosa wrote:
Well, good luck. I look forward into modding the heck out of this when it comes out.
Im not going to stop anyone from remixing/"copying". Its good publicity. Think of it like this:
10 users "copy"/remix * 10 (or more) users see the "based on tcb's project" thing =
100 more users see my project!
Offline
Heliosa wrote:
I know. Plus its a hobby of mine to remix projects
![]()
good luck. I remix when i think they could be greatly improved, or when i think that its one step away from becoming a master piece. (either extreme basicly)
Offline
tcb wrote:
Blade-Edge wrote:
You named it tomboy?
Can I ask why?Becuse my name is Tom, and I'm a boy. It's alright to give away that much about yourself right...
I thought a Tom-Boy was a boyish girl?
Offline
illusionist wrote:
tcb wrote:
Blade-Edge wrote:
You named it tomboy?
Can I ask why?Becuse my name is Tom, and I'm a boy. It's alright to give away that much about yourself right...
I thought a Tom-Boy was a boyish girl?
![]()
Correct. But I am not a tomboy. I am a boy, my name is tom, and I was running out of ideas for an name
Offline
sucsesfully run "hello world" code in V++.
In non-V++ news, the paint program (PaintboyPro) has a major glitch that I can't beleive I missed before.
Should be fixed soon.
I have an animation to complete that could win me £3000. That means everythings halted. I'll still be here every so often to reply and such.
Offline
This is a double post, but I've got new information.
V++ News:
I have made it so that you can declare variables in the brackets of the main(){ function, and then print those variables to the screen using program.write(). I have tested it with this code:
main(var vartest="hello world"){
program.write(vartest)
end(no)
}PaintBoy Pro News:
I have not fixed the glitch, although I know what causes it. Fixing the glitch would cause a different function to glitch, so instead I have made it so that closing and reopening PaintBoy Pro will fix it.
Other News:
I'm opening spots for adverts in the internet browser. adverts will only display on the homepage, and must be 280x90 in pixels. They can be about anything: projects, galleries, forums.They can even be animated!
For people lacking in belief, I have uploaded the next beta, beta 4.
Last edited by tcb (2009-08-21 02:33:55)
Offline
beanbug wrote:
ooh £3000
tell me about it... *~*
You can only enter If you live in Sheffield, and you go to Sheffield university. My Mum goes to Sheffield university, I'm just the "project manager".We're making a sort of stop go animation thing with my mums voice over the top. I've got the script, animation base and everything! just need to put it all together, then voilà!
i think we were either going to split it three way (mum, dad, and me), or let me get an iPhone then mum and dad take all the rest of the money, or we go for a trip to America.
PS: awesome sig! I want one of those!
Last edited by tcb (2009-08-21 02:33:10)
Offline
Topic closed