Chris Speciale
Chris Speciale
@Gama11 https://github.com/HaxeFoundation/haxe/issues/3549 Why close the issues and say they're not going to fix flash related bugs if it's not being depreciated?
How do you even debug flash without flashplayer or browser? All majors browsers and operating systems are completely removing flash at the end of this year. https://docs.microsoft.com/en-us/lifecycle/announcements/adobe-flash-end-of-support
@hunkydoryrepair sorry a bit confused, I thought you mentioned the issue was for flash only. > On flash (and only flash), that is the underlying object for openfl.utils.Object.
> > > @Dimensionscape What do you mean "without Flash Player"? The (debug) standalone flash player is a thing, you don't need a browser. :) How do you get the...
> > > Are you sure they're going to kill the download links? I can't imagine that would be the case... And even if so, and even if nobody has...
Sorry to get so far off topic. Anyways I was under the impression that haxe was following the same eol timeline given the circumstances and the bits of information gleaned...
`var object:Dynamic = new openfl.utils.Object();` solves the issue in the interim.
Actually, I created a base starling project without the changes and it compiled and ran just fine in flash player. I made sure to draw the starling stats and a...
In Flash, if rotation == 180 and you increment by 1, what is the output if you trace rotation?
> > What if the angle is 2000000000 degrees? > > Maybe something like this: > > Good point. I think that it would be better for performance to use...