Hi, Im new here,
Ive been working on a super Mario fan game project in construct called "The Twisted Dream" were You play as luigi, Who has for reasons unknown been sent to a Nightmare version of subcon (the world from Mario 2)
Anyway, Ive been having some trouble with part of the first level,
You are suppose to be chased by an endless hoard of cannibals Spawned from the sides of the window until you can secure a weapon and escape.
I cant seem to get the spawner objects to operate as planned,
<img src="http://i.imgur.com/Uj9rb.png" border="0" />
Those colored bars on the window sides are several 16x16 blocks that I was trying to use, they seem to folow the playfeild fine,
but the enemies are being spawned at the start of the level
I have these on their own layer, with the scroll rate set to 0.
trying to use events has backfired as well, latching them in to a corner of the screen
Im still fairly new to construct, and am not quite familiar with all the commands yet,
Can anyone help?
--------edit---------
Got it!