Age/Gender: 17, Male
Location: England
Job: None :D
Heyo. I'm Vengeance from Birchlabs.co.uk. Commando 3 is coming soon!
Newgrounds Stats
Whistle Status: Normal
Exp. Points: 1,680 / 1,880
Exp. Rank #: 19,514
Voting Pow.: 5.49 votes
BBS Posts: 21 (0.01 per day)
Flash Reviews: 26
Music Reviews: 0
Trophies: 4
Stickers: 0
Latest Flash Reviews
"Obviously takes a lot of cues from 'Invasion'."
Instead of just making it like Invasion with real-time unit purchasing, I reckon you should've taken this opportunity to take the genre a bit further, maybe with some more unique ideas of your own.
Author's Response:
Yes, it was based on invasion, except the unit purchasing is different, and it is more fantasy - based with wizards, trolls and dragons
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
In response to the guy who said you could Right-click and choose 'Rewind', 'Play', 'Back', or 'Forward' to get around this, regardless of whether or not that would have any effect, you can simply remove the Right-click menu with a Stage.showMenu = false; statement (there are other ways, too, but I like this one the most).
However, putting a script like the one featured in this movie won't help against a good decompiler. Even if you obfuscate your code, the bottom line is that there is no way to fully secure your movie. We've been over this many a time at Flash Kit, approaching it in every possible direction, and we came to the conclusion that there's no way to get around a dedicated hacker.
The best way to combat SWF hackers is just make their life as hard as possible by making your movie load in its data from loads of external files, which will make it nearly impossible to use on most movie portals, and force the hacker to look for all the parts of the script that load in the essential files. I'm not saying don't add the URL protection. On the contrary, put that in as well, and use it in each file the game has to load in. Then obfuscate the lot. Makes the hacker's life a lot harder (although admittedly it also makes your life a lot harder).
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.
"Looks like you only spent about an hour on it."
The alternatively coloured backgrounds don't appear in the same place as each other,
the windows aren't draggable,
the buttons don't dip down when you click on them,
there's a strange blue line in the middle of the preloader,
the login screen isn't anything like the real thing,
the task bar doesn't react to opening windows,
there's no minimize or expand button, the start bar is nothing like the real thing,
normally you would have to double-click on something to open it,
you can't select or click and drag stuff,
for no reason (other than laziness, I can assume) the desktop icons are inside the Recycle Bin,
you used a Single Line Input Text Box for the Word application instead of a Multi Line one,
you didn't put a scroll bar into the Word app,
you didn't make the buttons in the Word app functional (could be done using HTML text),
you didn't do anything with the cursor (make it so that Mac users see a Windows cursor, you can achieve this with System.capabilties.os and Mouse.hide();).
you didn't make the windows stretchable (could be done with masking or bitmap fills).
I could go on, but I think you get the idea. Also, never release a BETA. if your Flash is unfinished, submit it to Newgrounds Alphas.
Sorry about the long list of things to fix, but each thing would only take a couple of lines of code to fix.
Author's Response:
uuh yeah. i know al of this things. but my AS sucks. Really, this was just meant to be a AS training for me but then it turned out to be a game that i now posted. It's good that you know so much AS but i don't. I don't know how to fix 9/10 of al the things you just sayd making it so that even if i realese a v 1.00 it still would be bad. So realising that i need to know more and better AS. Ask around on the forums and put more time in it as you say. I worked hard on it and still i spent a few days on this.
- Rate this review:
- Helpful!
- Useless.
- Flag as abusive.