Scrolling Game Development Kit Forum
SGDK Version 2 => Help, Errors, FAQ => Topic started by: ststrou on 2007-11-12, 06:50:58 AM
-
I added some parameters to a sprite, then realized I did not need them. But there does not appear to be any way to delete them. Anyone know how? I was also wondering why sgdk2 doesn't let you specify an initial value for the parameter. Do they all start out as zero? Would also be nice if you could move a parameter up/down in the list.
-
I think just deleting the text will delete the parameter.
You can set the parameter values when placing the sprite on the map individually for each sprite. The properties box, below the sprite list box, shows the default properties, which you can change before placing it, or it will show the properties of the selected sprite if there is a selected sprite, so you can change them after placing them as well.
-
I don't think deleting the text will delete the parameter. To delete a parameter, you should highlight the row where the parameter is defined by clicking on the gray "button" field to the left of the row to select it, then press the delete key.
-
Pressing the "Delete" keyboard button while the entire row for the property is selected did the trick. Thanks!