Thanks ^_^ that worked alot better.
Type: Posts; User: Balmung
Thanks ^_^ that worked alot better.
Uhg, X_X I dunno much PHP x.x; Is it a log script or could somebody give me the script an me be able to use it?
Thanks for all the help ^_^;; if i do this can i still somehow add a way to save the game?
Ok well, i am making a game and it might get a bit big, example of why, im only like a few seconds in and its 6megs. I want to chop it up so it isn't as big and it loads the diffrent sections as you...
That still didn't work x-x
Ok, I have a bar that changes size when it Moves with this:
// Moves Bar up to Start//
on (keyPress "<Up>") {
bar._y = 396.9;
bar._x = 320.6;
bar._width = 111.3;
}
// Moves Bar down to...