-
Double Jump issue: Lack of gravity when holding spacebar!!!
by Chestosneako Inc ·Bro that TOTALLY WORKS!! I can't believe it only took me one answer to solve this!! I really gotta start learning the differences between Constrain and change attributes, that's the only thing I neede -
Double Jump issue: Lack of gravity when holding spacebar!!!
by Socks ·Constrain attribute linear velocity to 620 -
BUG: "Overlap" is not detected in some cases [FIXED: works if actor is marked as MOVEABLE]
by Socks ·Collisions are a feature of the physics engine, switching 'movable' off takes the actor out of the physics engine calculation, at least one of the two actors involved in a collision needs to have 'mov -
BUG: "Overlap" is not detected in some cases [FIXED: works if actor is marked as MOVEABLE]
by Hymloe ·To summarise, it would be nice if one could detect OVERLAPPING and COLLISIONS separately, as they are actually logically different things. -
Rule limitations and contain statements
by fmakawa ·Hi folks, So I finally have a working PC again so I´m back at this. I have a problem though and its a doozy. I know text attributes have a limit in terms of how much content they can have but is there -
Trying to figure out Soosiz2
by quinn221 ·The buttons have a change attribute ( self.positionY to self.Position.Y + game.UBoffset ) -
Enemies appearing under block
by LemonKicks ·. With a lot of help I have been able to fix it by using an EnemyCount attribute and index attribute for the enemies. But thank you for replying. I really appreciate all the help the forum gives newb -
Trying to figure out Soosiz2
by Two.E ·If there is already HUD elements in the game, you might need to look at their 'constrain behaviours'. My guess is that for its X and Y positions, it is going to have a equation. -
WILL PAY FOR HELP! How to save unlocked characters without table
by supafly129 ·Tables are quite simple to use and will make your life easier, especially if you have many unlockable characters. They are basically advanced attributes, and you decide whether each column is a boole -
WILL PAY FOR HELP! How to save unlocked characters without table
by pHghost ·Use save/load attribute. But you have to do it individually for every attribute you want to save and you need to keep track of the keys. -
Will pay for help!
by james.kadado ·Does anyone have any idea how I can destroy an attribute (unlock with XX coins) after I unlock the character? -
WILL PAY FOR HELP! How to save unlocked characters without table
by james.kadado ·Does anyone have any idea how I can destroy an attribute (unlock with XX coins) after I unlock the character? -
Cash Me Ousside!
by Toque ·The animation image size is large so collisions appear to happen without touching. -
Armelline's In-App Purchase Tutorial Template
by Hymloe ·I tap that button, but I get no change in my Callback attribute, and the table cell 5 of row 1 of Purchase Table never has anything in it (judging from my Display Text function on the main menu). -
Another performance question, image stretching
by Toque ·(Quote) -
Another performance question, image stretching
by Socks ·(Quote) -
Another performance question, image stretching
by Toque ·This memory allocation is a device attribute for loading in to ram? -
Armelline's In-App Purchase Tutorial Template
by Armelline ·@Hymloe It needs very minimal editing to be used for consumables too. Just replace the saving of a boolean attribute like in the example with adding to an integer etc. and put a "Consume& -
Face weapon in the right direction that the player is facing!
by Toque ·(Quote) -
Face weapon in the right direction that the player is facing!
by CyberHax5100 ·(Quote)