Questions tagged [lime-haxe]

23 questions
0
votes
0 answers

What could cause website content to work when hosted online but not when locally downloaded?

I am trying to test some html files locally for my website, it works when using github pages but not when I download my source code to my machine (Chromebook). Could it be haxeflixel, lime or fonts? here is my repository if you want to see what I am…
0
votes
2 answers

Lime in Visual Studio Code - setup failed

I'm stumped and need a bit of help. I'm trying to setup vscode for lime/OpenFL, but keep getting this error: Lime completion setup failed. Is the lime command available? Try running "lime setup" or changing the "lime.executable" setting. I did…
CawawaC
  • 21
  • 4
0
votes
2 answers

return-statement with no value in function returning void: HxScout with openfl

I'm developing an app for android using openfl. I could successfully compile for android before trying to use HxScout. But following instructions on hxscout.com, when I try to test my app with this command: haxelib run lime test android…
Zeeshan Ahmad
  • 345
  • 3
  • 17
0
votes
1 answer

Deploying HaxeFlixel game to Android device

I'm making a game for android with HaxeFlixel. I'm using VirtualBox to run Windows 7 on my Mac. After developing and building a game in FlashDevelop, I've navigated to the project folder in the command prompt and run this command: lime test…
Ethan Fischer
  • 1,229
  • 2
  • 18
  • 30
0
votes
1 answer

Lime samples won't compile

I can't build lime samples. What am I missing? What's going on? This is what I've been doing for the last few days: Download and install latest version of haxe haxelib install lime haxelib run lime setup haxelib run lime create SimpleImage…
0
votes
1 answer

Haxe: Handling horizontal scroll events

I recently started using Haxe, so pardon me if my question has an obvious answer or if my description of the problem is a little sloppy, but I'm going to try my best to explain it. I'm working on a laptop that has a multitouch-supported track pad,…
TFSM
  • 53
  • 1
  • 9
-1
votes
2 answers

I cant compile psych engine because of this error

C:/HaxeToolkit/haxe/lib/lime/8,0,0/src/lime/media/AudioSource.hx:119: characters 20-28 : lime.media._AudioSource.AudioSourceBackend has no field setPitch C:/HaxeToolkit/haxe/lib/lime/8,0,0/src/lime/media/AudioSource.hx:114: characters 20-28 :…
Qdegon
  • 1
  • 1
-1
votes
2 answers

I can't run the last command of Kade Engine. It errors

So i have a problem when installing Kade Engine. When i try to run the last command, it errors. it says : "C:\Users\User\msvc\extension-webm\git\project>setlocal enabledelayedexpansion Warning: Could not find Visual Studio 2017 VsDevCmd Missing…
1
2