The Dink Network

Reply to Current Sprite

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 14th 2006, 08:24 PM
duckdie.gif
BeheadedDuck
Peasant He/Him Australia
So lazy... So incredibly lazy... 
I have a sprite of a hole that I want Dink to fall down, and he lands on the spot of the hole on the next screen. Instead of making lots of scripts for each hole, I want it to remember where he was when he fel down it and make it the warp coordinates on the next screen. But first, I need to make it so the falling sprite falls in the middle of the hole. I wanna make it something like:

current sprites X coordinate==csx
current sprites Y coordinate==csy
generate sprite (csx+10) (csy+10)

Can someone show me how to or point me in the direction of a good turtourail?