Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (NewbieZorro, Grant, TipmyPip, AndrewAMD), 13,346 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: converting the 2D side scroller tut to Lite-C [Re: OblivionDrake] #242664
12/25/08 00:20
12/25/08 00:20
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline
User
Ottawa  Offline
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

var ciel_pos = 0 ; //must be declared before use
//
KEY_CUL should be key_cul ...Lite-C is case sensitive
//
// you have defined ciel_pcx as a bmap in a panel
// you then have to use the panel name ...not the bmap
// so ciel_pcx.pos_x is ciel_pan.pos_x

edit
also
bmap mont_map;
should be bmap = mont_map; //in 2 places
and you have to declare this bmap at the top
BMAP* mont_map = " "; //use your picture pcx

Last edited by Ottawa; 12/25/08 00:37.
Re: converting the 2D side scroller tut to Lite-C [Re: Ottawa] #243009
12/27/08 01:43
12/27/08 01:43
Joined: Feb 2008
Posts: 87
O
OblivionDrake Offline OP
Junior Member
OblivionDrake  Offline OP
Junior Member
O

Joined: Feb 2008
Posts: 87
Thanks a bunch Ottawa.

Page 2 of 2 1 2

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1