Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Hi Guest!
Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
Not directly, I think. However, you could put a Relay brick (from LogicBricks) on your buttons. Move whatever triggers you had on the button to the relay and have the button trigger the relay. If you now want to "press the button" via trigger, just trigger the relay to do exactly the same as the button would do.
If you want the UI effect of the button pressed you probably need a custom plugin that does that for you.
Another graphical way is to place all the triggered options from the buttton on a collision trigger.
Than add something the collison trigger can interact with, for example an Shape/Sphere.
In the atomfilter of the collision trigger you choose this Shape/Sphere.
To the collsion trigger add the trigger action to turn the Shape/Sphere Atomcontrol "Off"
Enter the control of the Shape/Sphere and turn the atom off.
Place the shape/sphere inside the collision trigger.
Now you can trigger the atom control of the shape/sphere to "On" from everywhere else (Buttons or anything). This will cause to trigger all you want from the collision trigger.
To make the shape/Sphere invisible adjst the Alpha in the Material section.
But for sure with MacGrubers Logicricks as he dscribed this is way easier.
Note that abusing the collision/physics system for this kind of thing is rather unreliable (behaves different at different frame rates) and also extremely wasteful performance-wise. Back in the dark ages of VaM some years ago that was the way to do things, but that was before VaM ScriptEngine and later the official plugin support.
Note that abusing the collision/physics system for this kind of thing is rather unreliable (behaves different at different frame rates) and also extremely wasteful performance-wise. Back in the dark ages of VaM some years ago that was the way to do things, but that was before VaM ScriptEngine and later the official plugin support.