Path: blob/main/Scripts/R4/BurstSplash.txt
1319 views
//----------------Sonic CD Burst Splash Script----------------//1//--------Scripted by Christian Whitehead 'The Taxman'--------//2//-------Unpacked By Rubberduckycooly's Script Unpacker-------//34// Aliases5#alias Object.Value0 : Object.Timer6#alias Object.Value1 : Object.XVelocity7#alias Object.Value2 : Object.YVelocity8910sub ObjectMain11Object.XPos += Object.XVelocity12Object.YPos += Object.YVelocity13Object.YVelocity += 0x10001415if Object.OutOfBounds == true16Object.Type = TypeName[Blank Object]17end if1819Object.Timer++20if Object.Timer == 6021Object.Type = TypeName[Blank Object]22end if23end sub242526sub ObjectDraw27DrawSpriteFX(0, FX_FLIP, Object.XPos, Object.YPos)28Object.Direction++29Object.Direction &= 330end sub313233sub ObjectStartup34LoadSpriteSheet("R4/Objects3.gif")3536SpriteFrame(-16, -16, 32, 32, 1, 117) // #0 - Burst Splash37end sub383940// ========================41// Editor Subs42// ========================4344sub RSDKDraw45DrawSprite(0)46end sub474849sub RSDKLoad50LoadSpriteSheet("R4/Objects3.gif")5152SpriteFrame(-16, -16, 32, 32, 1, 117) // #0 - Burst Splash5354SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")55end sub565758