Arima's Forum Posts

  • Well, I have been using construct for like 5 years. :) Keep at it and you'll get better at it too!

  • Add a 'trigger once' after the elevator 'animate' condition in event 9. Does that make it do what you want to?

  • Post it, that'll help. You might be running into a little known oddity of how triggers work.

  • Hmm, if it's not a simple fix, I guess you're right that it doesn't really matter. As you mention, it's not hard to work around.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I don't think it would be time consuming it all.

    At start of layout, for each light source, create light object.

    Always set position of light to light source <- takes care of moving light sources

    Two events and you're done.

  • Ashley

    I understand that you don't want to add features to make web sites with construct 2, and I don't want to ask you to add any features like that, but that's not the issue here - the issue is that it works perfectly upon exporting, but not when previewing. It's not really adding any features, it's just making it consistent with the exported version that works properly. Surely consistency between the preview and the exported version is a good thing!

    Also, I've considered the things you've mentioned and depending on the website, I don't think most of them are that much of an issue. I can have a starter page that checks for HTML five support, and redirects the browser to the proper page. In this way, I end up having the benefits of having a normal HTML version and an HTML five version so all browsers can view the content properly in one way or another. Also, some pages don't really need forward and back if all the content is on one page. The page I'm designing is like that, and also doesn't have much text content for search engines to crawl through anyway.

  • Please stick to english, or provide a translation if you're going to write in another language.

  • Since I'm currently recreating the scrolling with events in the website I'm making, I would really like to be able to detect the scroll wheel as well.

  • Whoops, sorry. Fixed: amirai.net/bugs/chromescroll.zip

    Basically I wanted to make a webpage with C2. I can fullscreen it and remake the scrolling with objects and events, but it seemed easier to just make the canvas the height of the page (not very tall, only about 1000 pixels or so) so I could use the browser's normal scrolling.

  • Create a new project, make the canvas window taller than your monitor's vertical resolution, preview.

    The top of the canvas will be cropped a bit. This only happens when previewing, exporting works fine.

    Happens with all browsers, Vista 32 bit.

  • amirai.net/bugs/chromescroll.capx

    If you preview, and the canvas is taller than the browser window, chrome won't scroll the page using the scroll bar, though using the keyboard to scroll works. Delete the mouse plugin from the object bar, and it works again. Put a new mouse plugin back in, and it stops working again.

    Happens only in chrome, but importantly, also doesn't happen in a blank .capx trying to recreate the problem, indicating that it's also a problem with construct 2.

  • Oh, sweet. Thanks!

  • You do not have permission to view this post

  • Use the action "set channel volume" to XAudio2.Volume(channel number)-100*timedelta

  • You do not have permission to view this post