Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 797 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 797 Bytes

8ball scripts

(This project is not affiliated with mspaintadventures.com and is simply a "fan project".)

Demo

scheme default:
	AG: "#005682"
	TG: "#e00707"
end

page (title: "Vriska: Do something."):

	flash "animation.swf" (width: 500, height: 280)
	
	image "vriska.png" (width: 500, height: auto)
	
	text "Hello world!"
	
	log "Pesterlog" (colors: default):
		AG: "Sample text"
	end

end

Converting a .8b script to HTML

EightBallScript script = EightBallScript.from("some/file.8b");
script.writeToFolder(new File("some/directory"));

Demo result

Results are available here. Flash animation credits go to Davdus!

That's all you need. CSS and JS will be copied to this directory as well.