Scrolling Game Development Kit Forum

SGDK Version 1 => Script => Topic started by: AjVback on 2005-05-13, 04:36:09 AM

Title: Scripting
Post by: AjVback on 2005-05-13, 04:36:09 AM
Hey all. Im wondering, for my street racin game, (see the projects forum) Would it b possible to use the scripting wizard to create a bu rnout mark behind the player as they take off. It could be like a bullet but with o inertia, but it needs to appear behind the player. Any ideas?
Title: Scripting
Post by: bluemonkmn on 2005-05-14, 07:06:08 AM
I don't think you need script to do that.  Just create a global function that gets removed after use.  It activates when the player presses the acceleration button (whatever that is -- up arrow?) and the effect is to A) create a skid sprite at the current location or B) Alter the map to put a skid tile where it belongs.