There's a problem when I click the backbutton. For example The screen is currently showing bc4.png and I clicked the backbutton, instead of it going back to bc3.png it goes straight to screen2. Is there a way for me to fix thos?
you if statement in procedure2 should be
if global CNUM >= 0
then
else
Taifun
PS: try to be a bit more creative for procedure names
procedure --> increment
procedure2 --> decrement
Taifun
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
it must be > 0 to not get index 0
if global CNUM > 0
then
else
Taifun
PS: next time please take a screenshot of the blocks to get a better quality, don't use a camera to take pictures of your blocks... thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.