Too many games like this already.
Let me know when they introduce P4P. Play for pay.
For Each system condition loops for each instance of the object. It is not used to loop through array values.
Use the Array's For Each element condition or system's For loop.
Refer to the manual, specifically Array page and System expressions page.
Uh, I've just looked at the image... should I expect a SWAT team to burst in through windows?
Right. Construct 2 license is not limited to any computers, only to your person / organization. Doesn't matter what computer you use.
You could try the string expressions, such as these:
find(src, text) Find the first index within src that text occurs, else returns -1. left(text, count) Return the first count characters of text. len(text) Return the number of characters in text. lowercase(text) Convert the given text to all lowercase. mid(text, index, count) Return the count characters starting from index in text. replace(src, find, rep) Find all occurrences of find in src and replace them with rep. right(text, count) Return the last count characters of text. tokenat(src, index, separator) Return the Nth token from src, splitting the string by separator. For example, tokenat("apples|oranges|bananas", 1, "|") returns oranges. tokencount(src, separator) Count how many tokens occur in src using separator. For example, tokencount("apples|oranges|bananas", "|") returns 3.
Basically treat the string as an array, separated by character of choice (comma or such). With these expressions you can make your own FIFO and LIFO implementations.
Or you can use one of user made plugins.
Open the start menu.
Run.
Type cmd. Enter.
Type that into that scary black window, without the "right..."
Develop games in your browser. Powerful, performant & highly capable.
If you are using Firefox, I recommend the Firebug addon. It can help you determine what's wrong.
Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage] render_ctx.drawImage(img, 0, 0);
Looks like an image failed to load or something. Did you double-check your assets?
Canvas has a measureText() method.
Besides, doesn't seem to be all that recent...
Um. You want to make a 'great' game... for free?
All good things have a price, such as Angry Birds. ;)
FYI, there is a system expression: Distance(x1, y1, x2, y2)
<font size="2">Disregard this post, I'm an idiot. Need to pay attention to which Construct is talked about.</font>
Member since 16 Jan, 2009