Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 568 Bytes

AddonStartActivityManuallyEvent.md

File metadata and controls

31 lines (20 loc) · 568 Bytes

You need to add the following event to run the project without breaking.

Open Sketchware pro.

Go to developer console.

Click on Event manager.

Click on Activity events at the top.

Click on add icon.

Fill the all fields by copy paste as follow or filling in the fields as shown in the image.


event name - onStartActivityManually

description - onStartActivityManually

parameters -

spec - onStartActivityManually

event code -

public void startManually(){
%1$s
}

onStartActivityManually