Hiya, even on a blank project I cannot get rewarded ads to work. Has anyone been successful in displaying one? It might be at admob end, anyone have knowledge of what to add in the admob reward settings 'reward amount' and 'reward item', maybe it has to be something specific? Thanks
- Add a trigger once condition to event 23
- You have a spike outside of layout on start of layout so count begins at 1, you need to set this to 0
- You need to set count to 0 when you die as it remains at a previous value when you died
Develop games in your browser. Powerful, performant & highly capable.
Global variables is just a number you can use for lives. When player dies, instead of subtract from instance variable, you subtract from global variable. It keeps its value between levels.
What are you using for lives? If you use a global variable it should retain its value between levels. Sounds like you are using an instance variable on the hero but I don't know.
Good luck with it :)
Event 33 is always true, it keeps restarting the layout.
Someone attempted it...see for more info : construct.net/en/forum/construct-2/works-in-progressfeedback-24/pokemon-go-its-possible-demo-115877
Looks like you are asking it to do the same thing for left and right, that won't work.
Already a response here : construct.net/en/forum/construct-3/general-discussion-7/objects-bar-missing-construct-145387
You can use 'for each element' then 'compare current value'.
In project properties, set the viewport size to something portrait such as 480 x 854 or 720 x 1280, and set 'Orientations' to Portrait so it is fixed vertical.
Yes it triggers once when the video has loaded. To trigger again you create a new advert and let it load.
Member since 5 Aug, 2013