Magicman's Profile
Hi there, I'm magicman, from The Netherlands. I'm 23 years old and currently studying computer science in Utrecht, where I live.
Currently, I am not really playing Dink, nor creating D-Mods, D-Mod developer tools, or neat scripts. The reason I'm here? Nobody knows.
Most of my free time is spent by playing Kingdom of Loathing (KoL for short), and by listening to Radio KoL.
Currently, I am not really playing Dink, nor creating D-Mods, D-Mod developer tools, or neat scripts. The reason I'm here? Nobody knows.
Most of my free time is spent by playing Kingdom of Loathing (KoL for short), and by listening to Radio KoL.
j.v.eekelen@gmail.com
Private Message
tchakkazulu
tchakkazulu
joerimagicman@hotmail.com
void main( void )
{
int &dir;
int &xie;
int &yie;
sp_speed(¤t_sprite, 2);
}
void push( void )
{
freeze(1);
&dir = sp_dir(1, -1);
&xie = sp_x(¤t_sprite, -1);
&yie = sp_y(¤t_sprite, -1);
if (&dir == 2)
{
&yie += 50;
}
if (&dir == 4)
{
&xie -= 50;
}
if (&dir == 6)
{
&xie += 50;
}
if (&dir == 8)
{
&yie -= 50;
}
sp_hard(¤t_sprite, 1);
draw_hard_sprite(¤t_sprite);
if (&dir == 2)
{
move_stop(¤t_sprite , 2 , &yie , 1);
}
if (&dir == 4)
{
move_stop(¤t_sprite , 4 , &xie , 1);
}
if (&dir == 6)
{
move_stop(¤t_sprite , 6 , &xie , 1);
}
if (&dir == 8)
{
move_stop(¤t_sprite , 8 , &yie , 1);
}
//more stuff here, but it's stuck with the movement command.
Can anyone explain why it won't move.
I've set the hardness off, gave it a speed, and every movement is "nohard". I can't see what should go wrong.
It's the ReDink v0.04 ReDMod.exe, by the way, not the original Dink.exe.
{
int &dir;
int &xie;
int &yie;
sp_speed(¤t_sprite, 2);
}
void push( void )
{
freeze(1);
&dir = sp_dir(1, -1);
&xie = sp_x(¤t_sprite, -1);
&yie = sp_y(¤t_sprite, -1);
if (&dir == 2)
{
&yie += 50;
}
if (&dir == 4)
{
&xie -= 50;
}
if (&dir == 6)
{
&xie += 50;
}
if (&dir == 8)
{
&yie -= 50;
}
sp_hard(¤t_sprite, 1);
draw_hard_sprite(¤t_sprite);
if (&dir == 2)
{
move_stop(¤t_sprite , 2 , &yie , 1);
}
if (&dir == 4)
{
move_stop(¤t_sprite , 4 , &xie , 1);
}
if (&dir == 6)
{
move_stop(¤t_sprite , 6 , &xie , 1);
}
if (&dir == 8)
{
move_stop(¤t_sprite , 8 , &yie , 1);
}
//more stuff here, but it's stuck with the movement command.
Can anyone explain why it won't move.
I've set the hardness off, gave it a speed, and every movement is "nohard". I can't see what should go wrong.
It's the ReDink v0.04 ReDMod.exe, by the way, not the original Dink.exe.
Magicman has released 4 files
| Title | Category | Avg | Updated |
|---|---|---|---|
| Enemy Healthbar | Development | 9.5 | February 20th, 2007 |
| Cooltext | Development | 9.0 | July 7th, 2003 |
| Beginning of Evil | D-Mod, Romp | 6.7 | June 27th, 2003 |
| Dink Racer | D-Mod, Miscellaneous | 4.7 | September 15th, 2002 |
Magicman has written 4 reviews
| Title | File | Type | Score | Date |
|---|---|---|---|---|
| This Pack Consists of 27 Sprite Graphics | House Graphics | Featured | 4.2 | June 6th, 2005 |
| This is One Really Special D-Mod | Cast Awakening Part 1: Initiation | Featured | 9.5 | November 2nd, 2004 |
| Wow | NitroDink | Featured | 4.7 | January 1st, 2004 |
| Okay | Rascal | Featured | 7.0 | July 7th, 2003 |







9.5
6.7
4.7
7.0