The Dink Network

Reply to Editor_seq

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:
 
 
August 11th 2004, 09:03 AM
slayer.gif
MadStalker
Peasant He/Him Finland
tag line 
I wanted to do the editor frame/seq trick mentioned in the DinkC Reference. Do I have to use sp_editor_num to get the sprite number or does ¤t_sprite suffice?

Eg.:

int &asdfgh = sp_editor_num(¤t_sprite, -1);
editor_seq(&asdfgh, &whatever);

Or does ¤t_sprite suffice, like in this case?:

editor_seq(¤t_sprite, &whatever);