At 6/15/09 04:30 PM, liaaaam wrote: Has anyone here used BISE (BeIntereactive Scripting Engine)? It's fantastic.. there's an AS3 version here which has a demo where you can play with the scripting language (a simpler version of AS2, basically). It allows you to hook objects and functions so it can be used for lots of things.
var fib = [1, 1];
for(var a=fib.length; a<10; a++){
fib[a] = fib[a-2]+fib[a-1];
}
trace(fib);
Quite easy to use.
Sounds handy, i've already thought of a use for it. Danke.
Makes you just want to play with it o_o
I've got that recorded and it'll be sent to the Leeds constabulary immediately.
Free Time
I've just finished my exams (GCSEs), as i'm sure many people here have and now i've got 12 weeks of diddly squat, so i have 2 choice. Get a job locally in no idea where likely using none of the skills i have and making very little doing so, however it's good for a CV. Or pump out a flash game every 1-2 weeks, which uses my skills and probably makes more cash but isn't something to add to a job application.
Any ideas, anyone done the latter in the past/present?