Scene locks up when going to next scene with advertisements.
wiltermuthgames@gmail.com
Member, PRO Posts: 11
As title sais this has been a problem for me that has been driving me crazy.
Rules are very simple as follows.
On mousclick
When game.advertising is false go to spacemanscene "withoutadvertisements:
This works everytime flawlessly.
When game.advertising is true go to spacemanscene "with advertising"
now heres where the problem is. on my android, the advertisement pops up. when i close the advertisement it just stays on the same scene essentially locked up. It wont allow me to go to a different scene. Thing is sometimes it works and will go to the next scene and sometimes it wont. Completely random.
Comments
I'm assuming 'on mouse click' means 'when touch is pressed'.
Do you have any other actors nearby that might be mistakenly getting pressed as well?
If not, I don't see any problem with this simple code.