Nabb
677 posts
|
Topic: Programming /
Flash IDE Recommendations?
Yeah, most (if not all) of the upgrades from Flash 8 to CS4 are either aesthetic or for AS3. I do like the look of CS4 though :P I like having the Actions panel on one monitor and the main part on the other – can’t quite remember if that was available in Flash 8…
|
| |
Nabb
677 posts
|
Topic: Kongregate /
No one cares about cheaters here?
makes game that automatically submits 2, with a maximum of 1
Now everyone is going to be reported :O
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Competition to find the best 2 - Round 2

It took me a while to realise I had beaten the required score.
|
| |
Nabb
677 posts
|
Topic: Programming /
Trying to make a bejeweled style game
I think you need a system to make sure you don’t get into impossible locations!
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Competition to find the best 2 - Round 1!
It usually helps to use a resolution bigger than 800×600...
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Competition to find the best 2 - Round 1!
I’m gonna get a million for lulz. goes to get a million (it’ll look really bad if I fail)
EDIT OF SUCCESS)

I got NO level-ups that round, and NO lives. Annoyed the heck outta me.
edit 2) actually I might’ve gotten one life, but I’m sure I got no levelups .
|
| |
Nabb
677 posts
|
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Advertisement not suitable for minors
watch porn [..] rather than [..] penis enlargement
|
| |
Nabb
677 posts
|
Topic: Programming /
_currentframe name [help]
I’m amazed none of you tried to answer his question.
Hold on array of the frame names (for example fArray=[0,“frame 1”, “game”, “explosion”, "credits"]), then do fArray[mc._currentframe].
|
| |
Nabb
677 posts
|
Topic: Programming /
Removing From An Array?
I think splice is what you’re looking for, but I’ve forgotten how to use it at least 10 times, I’m pretty sure I visited the documentation on it a LOT :P Although pop/shift might be more useful (but for what you’re doing, doubtful._
|
| |
Nabb
677 posts
|
|
| |
Nabb
677 posts
|
Topic: Programming /
Text input problem
Give it an instance name, then use instanceName.text.
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Kongregate poll feature
Actually if you got more points for the favored answer, then people would vote what they thought would be the most common answer…
|
| |
Nabb
677 posts
|
Topic: Kongregate /
What you do/are outside of Kongregate...
Highest resolution? It’s pretty bad quality to me. Maybe I need a new graphics card T_T
|
| |
Nabb
677 posts
|
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Kong nominated for Open Web Award
It just so happens that I can arbitrarily insert .’s into my gmail address.
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Kreds Discussion
And make sure that NOONE plays non big games either! Otherwise the developers won’t be getting their up to 50% share and Kongregate will get all the ad revenue!
edit) eh, sort of a bad post =| but 25$ isn’t really much anyways
|
| |
Nabb
677 posts
|
Topic: Games /
Oh my unGod, Mirror's Edge looks awesome!
My friend won a copy yesterday. I should’ve won one but I was too lazy to stay for another ten minutes… Probably could’ve thought that through a bit more..
|
| |
Nabb
677 posts
|
Topic: Games /
The irRegularGame of Life Walkthrough
Wasn’t there an official set of solutions =|
|
| |
Nabb
677 posts
|
Topic: Programming /
[Unresolved] Loading External Variables from a .php file
If you don’t need it to be dynamic, it’s probably easier to use a txt file…
|
| |
Nabb
677 posts
|
Topic: Kongregate /
Soon Kongregates games will be over 9,000!
Pretty sure it’s 2 and above…
There’s over 28000 :P
|
| |
Nabb
677 posts
|
Topic: Programming /
Music On Click HELP
You’d be better off with
100 – _root.soundl.getVolume()
or alternatively
100 ^ _root.soundl.getVolume()
|
| |
Nabb
677 posts
|
Topic: Programming /
Running an external PHP script
If you use a PHP script from an external source you’ll need to use crossdomain.xml (e.g. view-source:http://nabb.trap17.com/crossdomain.xml)
Normally a socket server would be used, google smartfox for the most common one (I think)
|
| |
Nabb
677 posts
|
Topic: Off-topic /
I haven't posted in so much time...
Are the Rockettack shirts still for sale?
|
| |
Nabb
677 posts
|
Topic: Programming /
[Resolved] Loading External Data
Damnit, why didn’t I know that function existed :(
|