3811
General Discussion / Re: The Hub - Rocket Science
« on: November 09, 2013, 12:28:33 PM »whatinstantly loaded, fairly high res, and the pallette limit isn't really noticable
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
whatinstantly loaded, fairly high res, and the pallette limit isn't really noticable
Except for the whole not teaching you Javascript thing.C/C++'s syntax is similar enough. You're not really at much of a loss.
I had two semesters of Java, we started getting into GUI stuff. It turns out the Comp Sci department never ever uses Java again. It's all C++ and C for every other class.
Basically lets you register just once to save a set of data that all starts with a similar prefix. Look at the example in the comments next to it.Oh! I see. So if I did this at the beginning of my script:
LoadRequiredAddOn("Script_Player_Persistence");
if(isFunction(RegisterPersistenceVar))
{
RegisterPersistenceVar("studs", false, "");
}
You can also use default persistence.What exactly does the match all bool do?
http://forum.blockland.us/index.php?topic=174411.msg4480468#msg4480468
Cause sarcasm and/or jokes aren't illegal here. ;osorry, internet sarcasm is hard
I'm learning Java from codecademy too.java =/= javascript. i made this mistake too lol