-
-
Notifications
You must be signed in to change notification settings - Fork 10
action_sequence_script
mithrendal edited this page Sep 27, 2020
·
18 revisions
simulates a keyboard press, for example B for drop a bomb
enclosed in single quotes like 'load"$",8,1'
examples: j1fire1=>100ms=>j1fire0
simple loops expressed this way: loop5{j1fire1=>100ms=>j1fire0=>150ms}
the number directly after the keyword loop expresses how often the loop has to be repeated
- simple hashtag preconfiguration
- preconfig with JSON notation
- using direct start links for sharing on social media
- preconfig of scripts and buttons
- scripting support for simple tasks
- scripting support for complex tasks like programming a game specific AI
lightweight integration into your own webpage (with only a few lines of code)
- using the web player for embedding and controlling vc64web inside another webpage
- preloading the web player with specific system roms
- send scripts into the emulator via the webplayer
- customizing the icon bar at the bottom of the webplayer
- how to preload original system roms and autostart a .d64 title
create a standalone package which contain all files to run your C64 program