Ubivis's Forum Posts

  • I set up a quick and dirty demo :)

    gogwiki.com/temp/LapDemo.capx

    Hope this helps :)

  • hmm, right... it is equal :)

  • Just an idea: What about setting a variable for each lap? In this case, you know the time for each single lap and you can easily add those values up to a total time.

    4 Variables are needed in this case:

    Lap - Integer (to track which lap the player currently is)

    Lap1 - Integer (Time in seconds of the first lap)

    Lap2 - Integer (Time in seconds of the second lap)

    Lap3 - Integer (Time in seconds of the third lap)

    I am pretty sure that there are better solutions, but I am new with this as well and this is just something that would be easy to do :)

  • d3dx9_43.dll

    as I said... this is a computer at work, no fresh DirectX9 Installed :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • started with an d9d3 dll missing error (I'm on my work PC at the moment) and after closing windows XP came up with an error, that the program is not responding. But the Game runs flawless :)

  • Really nice layout... good luck with your project :)

  • Thanks for your answer. am using the lerp functionality on the onTransition event...works great :)

  • nice, this will help me out... thank you :)

  • 100 megabit, not byte... a big difference ;)

    otherwise, really nice... hope everything will work out fine with the move... I know for myself how strange such moves, from my Wiki move from one Server to another, can be :)

  • I just got an idea of what you could do (something like a workaround).

    Split all the levels into separate projects and use AJAX for a background system (php) to move Characters from project to project. In this case, only the parts that are needed for the specific level are used and this could reduce file size.

  • I do have a lot of fun with this PlugIn already, but I am currently thinking if it is possible to add a z-dimension? Maybe as a scaling method? It would be great, if it would be possible set a size endpoint.

    Example:

    You have an image that is 32x32 in size on x=0 and y=0. Now you like to move it to x=10 and y=50 and increease the size of the image to 64x64.

    This would make it great to develop intro animations quite easy :)

  • Lovely, missed to browse the Manual and Tutorial the whole day :)

    Thank you for fixing the problem :)

  • Heya, I don't know if you know it already, but the Page is dead :)

    Server Error in '/' Application.

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->

    <configuration>

        <system.web>

            <customErrors mode="Off"/>

        </system.web>

    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->

    <configuration>

        <system.web>

            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

        </system.web>

    </configuration>

  • Many thanks GauVeldt, this is a plugin I can take really use of for my TBG Project

  • when this is finished, I think you make a lot of people here really happy (me too *gg*).

    Looking forward to hear news on progress. :)