The Dink Network

Ric's Profile

pq_frog.gif
Ric
Peasant They/Them Canada
 
I'm a factory worker in Alberta Canada. I Have 4 kids, two of whom are trying to learn how to make a game. A bit too young yet though.
I've been away a long time, but somehow the Dink network still feels like home.

E-Mail rhal95@shaw.ca
Private Message

2003-03-06 05:28:36
pq_frog.gif
Ric
Peasant They/Them Canada
 
I'm trying to make an area seem larger than it realy is by having Dink warp to the other side.
void main ()
{
int &wrap;
&wrap=sp_x(1,-1);
if (&wrap < 10)
{
move(1,6,11,0);
}
wait(500);
loop:
&wrap = sp_x(1,-1);
if(&wrap < 20)
{
&player_map += 5;
sp_x(1,595);
load_screen(&player_map);
draw_screen();
return;
}
wait(100);
goto loop;
}
On the other side is the same script, but reversed.
void main ()
{
int &wrap;
&wrap = sp_x(1,-1);
if (&wrap > 590)
{
move(1,4,588,0);
}
wait(500);
loop:
&wrap = sp_x(1,-1);
if (&wrap > 580)
{
&player_map -= 5;
sp_x(1,5);
load_screen(&player_map);
draw_screen();
return;
}
wait(100);
goto loop;
}
But Dink jumps to one screen o.k., then back to the other screen repeatedly...???

Ric has released 5 files

TitleCategoryAvgUpdated
Windemere Graphics PackDevelopment, GraphicsGood 8.0January 31st, 2006
Dink Models ( .Blend )DevelopmentExceptional 9.0January 5th, 2006
BlendTutDevelopment, TutorialExceptional 9.5November 27th, 2005
ChaosD-Mod, RompFair 6.3August 31st, 2004
Bane of the MagiD-Mod, QuestGood 8.5June 29th, 2004

Ric has written 2 reviews

TitleFileTypeScoreDate
Hard To Rate This Windemere SourceNormalGood 7.0January 4th, 2006
Very Nice Grass to Pavement/Stones TilesNormalGood 8.0June 30th, 2002