Results 1 to 4 of 4

Thread: Warp Flight

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2008
    Location
    Denmark
    Posts
    85

    Arrow Warp Flight

    I spend an hour doing a remake of my buddy Mikle's flygame with dxICE Game Engine



    Source in vb6 (for dx9ICE v 1.80) Source for dxICE Warp Flight

    Dx ICE is a Free 2D+ Game Engine. Several game samples are included in the SDK with source code. (some VB6 and some VB.net 2008) http://gamedev.digiapp.com

  2. #2
    Addicted Member Mikle's Avatar
    Join Date
    Oct 2009
    Location
    Tuapse, Russia
    Posts
    138

    Re: Warp Flight

    Hello
    A well turned out, only the sky scrolling unnaturally slowly.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2008
    Location
    Denmark
    Posts
    85

    Re: Warp Flight

    Hi Mikle
    I agree - it was a fast remake, but it didn't occur to me that it was the background star tiler that was too slow - just that something was different.
    Thanks for the feedback- good point and easy to correct by changing the multipliers - try 9000 in the Game.cls.
    Engine.IceTiler.x(MG.TILER_Back) = DirX * 9000
    Engine.IceTiler.y(MG.TILER_Back) = DirY * 9000

    oh: the main reason for doing this was because it was so simple and nice idea with the "Light" rings (and i was also currious how it looked in DxIce with a smooth scaling)
    Last edited by DracullSoft; Aug 31st, 2010 at 05:39 PM.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Aug 2008
    Location
    Denmark
    Posts
    85

    Re: Warp Flight


Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width