Categories
- blog (13)
- game development (61)
- Games (9)
- games related (9)
- Cheat (2)
- Komplettlösung (d) (3)
- Walkthrough (3)
- MS Office (7)
- PHP (3)
- Tutorial (8)
- Intermediate (1)
- Tutorial Series (15)
- Grid Based Games (8)
- Terrain Modification (7)
- Uncategorized (1)
Category Archives: Snippet
I found what looks like a basic flash puzzle engine in one of the orphaned folders. Basic in terms of no image, just numbers. When a tile is selected adjacent tiles are flashing (which should not be a function in the game just for the development).
Well, here’s to play with and the source of what merely is a part of something useful. Maybe you can put it to something nice. Continue reading
Posted in game development, grids, Snippet
Comments Off on Cleaning up
This post may be totally opinion based. And I, for one, welcome our new possibilities in programming with Flash since version 11.2 and the useful feature of the RIGHT CLICK. YES! I am happy about this. This really is a step towards gaming in Flash. AND: Despite all the nice things one could add to the context menu, I do like the fact that it can be disabled now. Check this out:
A left click rotates the sprite CCW while a right click rotates it CW. Isn’t that cool? And there is no annoying context menu. Wooh! AlRIGHT, getting into the code:
Continue reading
Circular text can be useful in several designs, so here is a little class that produces the following:
What the swf shows is first the ‘debug-version’ which changes after a click to the naked text version. Consecutive clicks will produce the same for randomized values.
Continue reading
Posted in as3, flash, Snippet
Tagged AS3, circular text
Comments Off on Probably useful snippets: Circle Text