-
A few coding errors
by Choco1 ·if (attribute) score. <= 200 -
How does Revmob work?
by Clock ·Should i use "Show Banner" attribute or just click on the "Enable Advertisement" in Change Scene attribute? -
how to set up High Score on Window
by HarisChoudhary ·(Quote) -
Iphone, Ipad, Android Resize.. I'm new to this
by alarm656 ·Attribute game.devise.screen.size.hight = 480 -
help spawning random actors windows gamesalad
by SmokeyAce73 ·ensure you are using the integer for the random spawn. When he drags in "change attribute" you need to put that in the 'DO' section. -
Sliding Actors
by henriquesv ·the pieces slide fine when there are no rules or collisions around. -
Spare Code ? Dump It here.
by Braydon_SFX ·Just thought I'd point this out: You dont need the ..".png" at the end of a Change Attribute (Or Constrain) when changing an image. I'm not really sure why that caught on, or if that -
Rule only evaluates once
by The_Gamesalad_Guru ·a neutral position. But I would take that change attribute that turns it to false and wrap it in a for timer and do for .03 seconds and check run to completion. -
Scrolling background problem
by anthonylopez09 ·You could maybe constrain the door actors position to a specific x,y coordinate on the background actor? There's a gshelper tutorial on constraining one actors position to a specific point on another -
Constrain Display Text Size?
by lovedislike ·I have a project that does a lot of zooming in and out. I can constrain the attributes of an actor so that it appears to not be changing in size and position, however the display text gets bigger or s -
Resetting a Timed Spawn Actor
by aquamonkey ·tried retriggering the spawn timer when a Reset attribute, i.e. Spawn when Reset is False, when level fails, go to Game Over scene, retry button changes Reset to True, when scene changes, an actor ch -
Shop HOW ?
-
Shop HOW ?
by tatiang ·It sounds like you might be using game attributes for your actors. If each actor has its own purchased boolean or other attribute that determines when it is purchased, use a self (actor) attribute in -
Shop HOW ?
by mrcameron999 ·If attribute game.coins is greater than (howmuchitcosts) -
how to set up High Score on Window
by HarisChoudhary ·(Quote) -
Shop HOW ?
-
Increase speed by time
by guilleface ·it depends how you are making your actor move but just create a self real attribute "speed" and set that as your started speed, now lets say you are moving your actor with the move b -
can i make a attribute go like 123212321
by jonmulcahy ·attribute = ((attribute+1)%3)+1 -
Rule only evaluates once
by Backtothis ·--> Change Attribute Reset:=FALSE -
Looking for "Animation using tables" template or guide.
by quantumsheep ·Self.Anim is a self attribute on that particular actor - it’s in the left column under the actor’s colour, positions, size etc.