Closed machonessiebaby closed 2 years ago
I remember the respective tags being 'application.window.x'
, and 'application.window.y'
.
I remember the respective tags being
'application.window.x'
, and'application.window.y'
.
i fixed that but its still broken
speed = 50
function onUpdate()
songPos = getSongPosition()
currentBeat = (songPos/5000)*(curBpm/60)
setPropertyFromClass('openfl.Lib','application.window.x', math.cos(currentBeat*speed)*1250+1250)
setPropertyFromClass('openfl.Lib','application.window.y', math.tan(currentBeat*speed)*1000+200)
end
I heard that they updated the syntax for the onUpdate() stuff. You could check the wiki to see what/when you want the script to work, paste what error the script is giving, check the script's file location, or even change what's in the script to look for differences. Otherwise, there's nothing wrong with the code now.
I heard that they updated the syntax for the onUpdate() stuff. You could check the wiki to see what/when you want the script to work, paste what error the script is giving, check the script's file location, or even change what's in the script to look for differences. Otherwise, there's nothing wrong with the code now.
i may have fucked up the funkin lua when i added the gamejolt api who knows man also the wiki half the scripts dont work on there anymore for me
im on the github build when they removed Awards grid
Describe your problem here.
i need some help making the window move down the screen this is my code so far i just need to make it move left or right but currently it does nothing
copy paste code so its easier to help with a fix i think i may be too used to 4.2 then 5.2h but yk