View Single Post
Primpy Primpy's Avatar

JCF Member

Joined: Nov 2014

Posts: 843

Primpy is an asset to this forumPrimpy is an asset to this forum

Jan 6, 2015, 10:20 PM
Primpy is offline
Reply With Quote
Quote:
Originally Posted by Jelly Jam View Post
If that helped you, then i should learn C++ from a site i found.
Also Primpy STOP DOUBLE POSTING. LOL
I am on my mobile. Not only that it takes a lot to type something, but I don't know how to copy-paste.

Quote:
Originally Posted by Violet CLM View Post
As it happens, though, getting started with JJ2+'s AS implementation is much simpler than that, and takes only a text editor. For instance, try creating a file named "Castle1.j2as". Paste the following into the file:

Code:
void onLevelLoad() {
	jjPalette.load("Damn1.j2t");
	jjPalette.apply();
}
Then run the level (in JJ2+). Does the specific result look good? Not especially. But that tiny bit of structure, that single onLevelLoad declaration, is all you need to get some code running, followed by any number of further additions.
It may not look good aesthetically, but it's something!
__________________

"Floppy ears and a big butt?" - Slaz

Last edited by Primpy; Jan 6, 2015 at 11:27 PM.