-
Have any function can count angle(direction)?
by bob loblaw ·use asin/acos/atan, using the x and y displacement between each point as the lengths of a pythagoras/right angle triangle. you would also need a real attribute to allocate the value to when it is calc -
Animated collision shapes
by The_Gamesalad_Guru ·(Quote) -
GS Creator Table Issue
by NKBDL ·Hi there, I urge anyone who can help to help look into the online creator, change table attribute. I loaded my old projects to the online creator, created new projects just to update a new table etc, -
GS Creator Table Issue
by NKBDL ·Any updates? I tried to open a new project on the online creator, then made simple change attribute also change table attribute. -
ANIMATE TO CHANGE IMAGE
by Icebox ·You have a rule -
ANIMATE TO CHANGE IMAGE
by tatiang ·One thing to consider is that when you choose a random value for an attribute and then have rules for possible values, the rules only fire when the value changes. So if your scene.heads or tails is 1 -
How to make a flashlight effect in game?
by Two.E ·Make an image with a circle cut out and transparent. Make the rest of the image back. Constrain the image to mouse movement. Or touch moment. -
GS Creator Table Issue
by NKBDL ·Ahh I see you were suggesting testing out my logic not updating the table, in that case it worked ok, just change attribute is ok. Just that i wasn't able to update to the table in anything i tried.. -
GS Creator Table Issue
by tatiang ·So now it's time to add some more Change Attribute game.debugText behaviors throughout your rules to figure out where the hiccup is. -
Looping tables 2!
by Two.E ·You will have an attribute called Row. (We set it to 12, or equal to the row you want to reference). -
GS Creator Table Issue
by NKBDL ·@tatiang I went as far as to change table name to make it a simple table name, and changed the table column attributes to text, and the change table attribute functions to "functions" -
GS Creator Table Issue
by NKBDL ·My change table attribute is triggered by an actor collision. -
Looping tables 2!
by digitalzero ·Totally lol I guess the real question lies with this @tatiang I’m doing the whole attribute thing to control which row the information is displayed so something like this -
GS Creator Table Issue
by tatiang ·Things like memory and performance speed are different from device to device (especially desktop vs. mobile). So whereas you might be assuming things happen at a certain time in your app, that can cha -
GS Creator Table Issue
by NKBDL ·I have a major issue with the online GS creator where it couldn't change attribute to table when it is deployed to mobile. I checked that my table names (used select not typed in), the rows number is -
Looping tables 2!
by tatiang ·Change attribute game.row to game.row - 1 -
Will setting actor's height and width to 0 save memory?
by rainwaterstudios ·If it does save memory, would it be prudent to have ALL (or most) actors set to 0px, simply changing the values to the desired size with a 'Change Attribute' behavior at the top of the actors? -
[Solved] Teleporting Actor
by Cat Gaming ·(Quote) -
[Solved] Teleporting Actor
by Cat Gaming ·I have tried looking everywhere in the forums for how to make an actor teleport when you hit a certain key. I cannot find the right attribute to change, and have tried using the change position, but -
A question and a PSA
by pHghost ·1) Create an empty actor called "Scene Measure" and a real attribute called "scene_width"