00:00
00:00
carbonlad
Livin my worst life; Long live smoker leg pain (god damn >:( )

Newgrounds HQ

Joined on 4/19/15

Level:
18
Exp Points:
3,487 / 3,600
Exp Rank:
15,256
Vote Power:
6.01 votes
Audio Scouts
1
Rank:
Police Officer
Global Rank:
10,867
Blams:
641
Saves:
223
B/P Bonus:
10%
Whistle:
Normal
Medals:
104
Supporter:
4y 10m 10d

rufflebug? possible problem and solution

Posted by carbonlad - February 6th, 2023


Last time I had a bug in ruffle was in superConro-- the game works now.


There was an overlap with using 'number' as a variable or something like that.


It wouldnt let me shoot 8 bullets, it wouldn't shoot them at all.

Changed code, game works fine now

======================================/

Next Bug:


OnLoadEvent. / onLoadEvent = function () { }


I had a bunch of code sitting in there to operate on load.

Turns out it wont load in it but you can drop it in a conditional statement


e.g. if (gamestart == null) {

yourFunctionHere()

gamestart = 1

}


Ive encountered those two bugs and I barely remember the first


I hope it helps someone.


Edit: other bugs include using Multiline , HTML text

and else if conditions properly


Tags:

1

Comments

Comments ain't a thing here.