00:00
00:00
carbonlad
Livin my worst life

Newgrounds HQ

Joined on 4/19/15

Level:
19
Exp Points:
3,847 / 4,010
Exp Rank:
14,229
Vote Power:
6.10 votes
Audio Scouts
1
Rank:
Police Officer
Global Rank:
10,595
Blams:
648
Saves:
244
B/P Bonus:
10%
Whistle:
Normal
Medals:
114
Supporter:
5y 5m 22d

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.