DravenX's Forum Posts

  • It depends on what type of game genre i am working on.Fps = Hard Metal etc...

    I drink Coffee and Sometimes Red bull.

  • Position Change and Behavior Change Classic Construct R1.2

    An example of how you can change the behaviors in realtime.This demo shows how to switch from a platform behavior to 8 direction behavior if you enter one of the rooms.It also changes the camera view from side scroller to a topdown view once your'e inside the room.Press up arrow key to go into one of the rooms.

    <img src="http://dl.dropbox.com/u/7658043/positionsthumb.jpg" border="0">

    PositionswapCap

  • There is a way of changing the vsync mode to off and on during runtime.You could create 2 exe's of the same game.One has vsync enabled and the other one has vsync disabled.Then you could use the file object to load the unlimited frames exe when the user clicks on vsync off and vice versa.

  • Congratulations. <img src="smileys/smiley4.gif" border="0" align="middle" />

  • SliderExample Classic Construct R1.2

    An example of how a slider can be created.Drag the sliders to change the particles Size,Gravity etc...

    <img src="http://dl.dropbox.com/u/7658043/fireflyslider.jpg" border="0">

    SliderCapDownload

  • Basic Emitter Example (Classic Construct R1.2)

    Here is a simple example of how you can create falling rocks.I saw this when i was playing little big planet a while ago.I loved that game.

    <img src="http://dl.dropbox.com/u/7658043/EmitterExamplethumb.jpg" border="0">

    Download BasicEmitter Cap

  • I think the badge idea is brilliant.It shows that the devs of scirra are getting something in return for thier hard work and dedication.Only reason why i don't have one is because i cannot afford anything right now lol.

  • I found this home made movie on youtube <img src="smileys/smiley36.gif" border="0" align="middle">

    Subscribe to Construct videos now
  • In case you didn't find the download link.

    Npack exe Compression Program

  • Oh but there is.There's an app called npacker which reduces an exe's size.It also prevents anyone from extracting any resources within the exe file.

  • Here is an example cap of how to load a sprite at runtime.

    LoadFrameFromFile

  • I have a Nvidia geforce gtx580 card with the latest gfx drivers.My other pc has a radeon gfx card but i haven't tested any Construct made games on that one yet.

  • <img src="http://dl.dropbox.com/u/7658043/oths6.jpg" border="0" />

    The beginning stage of the evil forest from my game Othelia.

  • The plasma object works for me in fullscreen.As do the 0% scroll Rate.And Blurring is inevitable if you want to stretch the sprites or text to fit the screen.I have tried from window to fullscreen and back and haven't had any trouble so far.Maybe it's a driver issue with some users?.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Found the problem.The minidump shows a driver that was conflicting with google chrome at startup.I deleted the program which caused the troubles and chrome is back to normal again.

    Maybe the driver of that particular app was corrupted or something.