Platform Builder Forums

Main => Suggestions => Topic started by: Antikore on April 26, 2019, 02:32:36 PM

Title: Spawn stuff at coordinates
Post by: Antikore on April 26, 2019, 02:32:36 PM
Actually, we can spawn stuff at spawn points, at the player or even at enemies projectiles. Do you also think will be cool to allow spawn stuff at coordinates?
For example: A projectile collides and spawns an explosion 12 pixels below.
Code: [Select]
var _x = projectile x
var _y = projectile y
var _y + 12
effect 12 spawn at = [var_x], [var _y]
Title: Re: Spawn stuff at coordinates
Post by: CGM on April 26, 2019, 08:04:37 PM
Good idea!