https://linen.dev logo
Join Discord
Powered by
# openfl
  • a

    able-printer-41379

    09/30/2022, 8:32 AM
    Is it possible to set the angle of the rectangle that is drawn using flash.Graphics.beginFill&drawRect
  • a

    adventurous-salesclerk-9917

    09/30/2022, 1:28 PM
    Could i do a flash game engine reimplementation with OpenFL like the SM64 Decompilation did for SM64?
  • r

    refined-laptop-39041

    09/30/2022, 2:47 PM
    OpenFL recreates the flash api, so yes?
  • r

    rhythmic-wolf-50922

    09/30/2022, 3:18 PM
    no, you can only set the display object's
    rotation
    ... or draw the angled rectangle manually with `moveTo()`/`lineTo()`
  • a

    able-printer-41379

    09/30/2022, 3:20 PM
    alright thanks
  • a

    adventurous-salesclerk-9917

    09/30/2022, 4:51 PM
    What's the difference between using Apache Flex + the version that is made to be laid on the HARMAN AIR or using the HARMAN AIR SDK with the new ActionScript compiler?
  • a

    adventurous-salesclerk-9917

    09/30/2022, 4:53 PM
    When compiling OpenFL projects with it
  • e

    elegant-twilight-61392

    09/30/2022, 5:04 PM
    "new ActionScript compiler"
  • a

    adventurous-salesclerk-9917

    09/30/2022, 5:16 PM
    2022 compared to 2016
  • r

    rhythmic-wolf-50922

    09/30/2022, 7:46 PM
    basically no difference because OpenFL doesn't use any ActionScript compiler when targeting AIR
  • r

    rhythmic-wolf-50922

    09/30/2022, 7:47 PM
    it uses the AIR "adt" tool to package the AIR app, but the .swf file is compiled by Haxe compiler instead of the AS3 compiler
  • o

    orange-van-60470

    10/01/2022, 12:32 AM
    Do haxe users use AIR surely just build to hxcpp
  • o

    orange-van-60470

    10/01/2022, 12:33 AM
    I mean I have used haxe at same time as as3 with AIR but that was years before harman. AIR last time I heard was regressing, surely unless you need special video hxcpp is better
  • d

    dry-coat-21003

    10/01/2022, 5:42 AM
    How do i add the icon node? (Project.xml)
  • b

    bored-psychiatrist-68708

    10/01/2022, 9:47 AM
    <icon path="assets/openfl.svg" />
  • w

    witty-island-52596

    11/18/2022, 8:58 PM
    was there a change in recent openfl/lime that affected
    @:keep @:bitmap
    ? these flixel bitmap classes appear as blank images on html5, now https://github.com/HaxeFlixel/flixel/blob/dev/flixel/tile/FlxTilemap.hx#L38-L84
  • w

    witty-island-52596

    11/18/2022, 8:59 PM
    it was working on May 9th
  • w

    witty-island-52596

    11/18/2022, 9:04 PM
    actually I think I know what may have caused it, me
  • w

    witty-island-52596

    11/18/2022, 9:09 PM
    is there a way to see if a bitmap has been loaded? If I remember correctly, new instances of these classes are loaded async
  • e

    elegant-twilight-61392

    11/18/2022, 9:20 PM
    @:keep
    is general haxe to not dce the class
  • w

    witty-island-52596

    11/18/2022, 9:29 PM
    i know i just always see them together
  • w

    witty-island-52596

    11/18/2022, 9:30 PM
    I tried to add this: https://github.com/openfl/openfl/pull/2504 because the fact that these are async are huge caveats, and supplying a width/height simplifies a lot of my code
  • l

    late-australia-6304

    11/22/2022, 8:25 AM
    Just a random question: why is there a cap to 4 stage3Ds?
  • l

    late-australia-6304

    11/22/2022, 8:25 AM
    Like it seems strange, and for mobile its only 2
  • l

    late-australia-6304

    11/22/2022, 8:26 AM
    One of my friend's friend got only 1 stage3D
  • h

    hallowed-ocean-84954

    11/22/2022, 2:12 PM
    I asked this question a while back - I'll see if I can find the answer I got
  • h

    hallowed-ocean-84954

    11/22/2022, 2:14 PM
    Actually I was asking why there were multiple not why it was capped but in case it's of interest https://discordapp.com/channels/162395145352904705/769686284318146561/1029417709873664073
  • l

    late-australia-6304

    11/22/2022, 4:39 PM
    I was able to add 8 working stage 3ds
  • l

    late-australia-6304

    11/22/2022, 4:39 PM
    (8 in total)
  • l

    late-australia-6304

    11/22/2022, 4:39 PM
    but anything over that, theres problems
1...171819...57Latest