Jump to content


moree

Member Since 16 Aug 2004
Offline Last Active Jan 26 2013 11:51 PM

Topics I've Started

[demo] Hoverboard

24 July 2008 - 11:39 AM

It's not a fangame, but an actually gameconcept made by my team and me.
This game is being build in multiple parts.
Every part is a game of it's own, but every part will be added to an older one.
It's like massive updates over time

Overall information:

Dimension: 2D sidescroll.
Game Type: Racing /adventure

You'll have to race against multiple characters (at the same time)
Get a highscore by doing tricks and stuff.
360* spinning with your character.
Be the first to reach the finish.

you can check out our forum on: www.hoverboard.tk
(forum works a little buggy with IExplorer, works best with firefox)

or just download the game right here:
http://files.filefro...;/fileinfo.html
Have fun!

Posted Image
Posted Image
Posted Image

Splitscreen + Parallax = "fixed"

29 March 2008 - 03:21 PM

we'll to get right to the point:

I'm using this code to make my parallax background:

draw_background_tiled(bck_back_far, view_xview[0],view_yview[0])


it works and stuff, but here's the problem:

I'm using split screen (2 views) to make a multiplayer, but this background can only folow 1 view.
so 1 view works perfectly and the other one is spacing around (what is quite logical with this code)
I tryed a lot of things without any succes.

does anybody have a sollution for this?

thanx in advance :)

(and yeah, I checked the internet like 5 hours without any succes of finding the sollution ;) )