Tuesday, February 18, 2014

Deving Hard With Auto Tiles

The tools I used to make this may eventually become the level editor.

Tuesday, February 11, 2014

Gameception

This image was created using the pre-loader minigame for MakeChoice.
The strategy:
1. Use this minigame to make fractal art we can post to deviant art.
2. Provide a link that says : 
"I made this image with MakeChoice" (link to game.)

They think they are playing with a fractal art creator, 
but they are really playing with a mini-game in the 
pre-loader of MakeChoice. When the game is done loading, 
they are abruptly brought to the level select screen.
If we've got their attention this far... 
They might be curious to know what more is in store for them.
Or maybe they will just be angry that their art is lost.

But hopefully if they get angry, they leave me a comment!! 
Any publicity is good publicity.

Sunday, February 9, 2014

SandWiched Lighting and Bitmap Hijacker Class

Further progress on Matt's lighting tool.
The lighting system has been abstracted in 
a way that allows me to extract the 
plasma and lumen layers and draw
them at different times.

Now need to put in the SAVE feature for this.

After that... 
I have 2 more controls I want to 
add to our preset controller:
1: Alpha of bombs sprites control.
2: Alpha of tilemap control


How will I do this?
I will make a bitmapHijacker class.
It will hijack a bitmap reference, 
and make an INTERNAL UNALTERED copy of it.

THEN it will use the 
INTERNAL UNALTERED copy 
as a template used to 
ALTER the original hijacked bitmap.

Lighting Refactor Thoughts

In order to get the plasma and lumen layers 
drawing at different z-depths.... 
We will need to attach the object's layers
to FlxObject*s.

Right now both layers are part of the SAME flx object...

This is going to be a difficult refactor, 
but should really help out nailing down
better lighting presets without
requiring more CPU cycles.

Saturday, February 8, 2014

Lighting Changes

Working on a lighting tool for my artist. By creating different lighting presets we can make the lighting awesome yet keep the visuals clear.

Joshicus

BETA #3 -Joshicus