Pages

Showing posts with label distort map. Show all posts
Showing posts with label distort map. Show all posts

Thursday, March 24, 2011

Can you do that with HTML5?

I have already been babbling about what Construct 2 is capable of doing in its current state. Now in the light of the previous post, where I demonstrated a way to create a sun effect, I was wondering... could this be done already in C2?

Let's have a look at a list of features/objects I have been using for that sun in Construct 1:
- sprite object
- gradient object
- additive effect
- color filter
- distort map
- hash table object
- delta time 
- while loop
- rotation behavior
- global variables

Green color means it is already available in C2, red colored features are only available in C1. That doesn't look too promising to be honest. But let's give it a quick shot anyway!

Tuesday, March 22, 2011

Forum rescue #001: Sun

Welcome to the first 'Forum rescue' post! Here we will pick up a problem/request posed on the official Construct forum and try to provide a solution. With detailed explanations and the cap file to go along with it.

Here's what Dewaldt wrote (original thread):









So let's try our luck with a glowy sun that emits a bunch of light rays. For that we just need two sprites: a white circle with a soft edge and a line that's faded from white to transparency (left to right). Simple stuff anyone can make in his favorite graphics application. Let's import these into Construct and go from there.