The Dink Network

Scene without Dink

April 17th 2003, 01:19 PM
fish.gif
Binirit
Peasant She/Her
 
How do you script an in-between scene
without having Dink on screen? You have to move him somewhere on the new screen, but is there a way to not let him show? (Besides putting stuff in front of him and/or placing him off screen.)
April 17th 2003, 01:26 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
sp_size(1,1); or sp_nodraw(1,1);

Haven't seen you in a while Binirit, I'm glad your 'back', if you left that is
April 17th 2003, 01:47 PM
custom_odd.gif
You could use dink_can_walk_off_screen or whatever that command is (i think that's right) and place dink.. well, off the screen

Also, this means you can scroll from screen to screen easily, so if you have an npc walk to the next screen, and you don't want to change dink to look like the npc, you could just have dink off the screen, and when the npc gets there, take off the 'can walk off screen', but then you'd also probably want to have him nodraw anyway so you don't see him for a little while..
April 17th 2003, 10:31 PM
pig.gif

i think that's hot "between the shadows" intro was made
April 18th 2003, 01:18 AM
spike.gif
Yack, don't use sp_size(1, 1); I hate that. I don't know why but I have this oppression if I know that is how Dink is made "invisible", I keep looking around the screen and try to find him.
April 18th 2003, 03:19 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
You're looking for just one little pixel ?

Nice to see ya, Binirit. Just use sp_nodraw(1, 1); to make Dink invisible, it works fine.
April 18th 2003, 09:40 AM
pq_skull.gif
I found that Dink can sometimes press the 'Interact' key with it though, so you see him, invisibly talking :S I personally would use Dink can walk off screen. Just warp him so he starts, off the screen :S
April 18th 2003, 10:06 AM
wizardg.gif
Paul
Peasant He/Him United States
 
Make sure you use freeze(1); too. Or even if he's off the screen you'll see his "I'm bored." type messages if the user hits space.
April 18th 2003, 10:07 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
If he can talk, then he can move, punch, etc. causing all sorts of chaos, and you must not have froze the poor guy correctly.
April 18th 2003, 10:11 AM
milder.gif
Kory
Peasant He/Him Croatia
 
but sp_size(1,1); is for the sprite size? Then you must shrink him to the end or what?
(I dont if I am right so please correct me)
April 18th 2003, 11:12 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
If you use sp_size(1,1); then Dink's size will be 1. He'll have this size forever unless you change it again with sp_size(1,100); to the normal size (100). This should be done after the cutscene.
April 21st 2003, 05:50 AM
fish.gif
Binirit
Peasant She/Her
 
Thanks, guys, I'll give those options a try - when I've finished my website, that is. That's what I've been working one lately, but I still want to make a D-mod for the contest.