@Murtaza How can I send you my project? Export is also not working (same No Permission error)
Posts made by Lupo
-
RE: No permission on my own project
-
RE: No permission on my own project
@RobinsonX said in No permission on my own project:
@Lupo Have you tried logging out and logging back in?
Yes I tried but no effect -
RE: loop not working
@RobinsonX Actuall the popup was only test. Same effect I have when replacing the popup with a Wait 1s and then playing a sound. I only hear the sound once after 1 second. I expected to hear the sound 5 times with 1 second intervall…
-
loop not working
When adding a simple loop with number of times to execute put to 5 and then adding an alert popup which should be shown 5 times.
But the alert is actually only shown once (with index 4).
What am I doing wrong? -
No permission on my own project
I cannot edit one of my own projects anymore. I get “no permission” error message. All my other projects I can edit.
-
RE: Global behaviours are deleted when changing orientation
@RobinsonX Sorry, I have just re-added all behaviours. And I tried to reproduce it, but I am afraid, I cannot. So please close this bug report.
-
Global behaviours are deleted when changing orientation
I have created a project in landscape orientation and added dozen of global behaviours. Then I decided to change orientation to portrait and all my global behaviours are deleted! Also changing back to landscape did not help ☹️
iPad Model: Air 4
iOS version: 15.6.1
hyperPad Version: 1.3.0 -
RE: import text file
@RobinsonX Thanks for the sample. But how are the values separated and stored in the array? By magic 😉 or do I need to parse the txt file (comma separated strings)?
-
RE: import text file
@RobinsonX I have a few MB comma separated text file I would like to import into array or dictionary. I can put it into Dropbox and with a direct download link I could donwload it with HttpRequest.
Do you have an example of a GET HttpRequest and reading response and put into array/dictionary? -
import text file
How can I import a prepared text file (e.g. json format or simple comma separated values) into an array?
-
RE: Spawn objects freezes other object’s moves
@deeeds I don’t know, but I hope you can explain me in detail? 😉 Thx
-
Global Array
How can I define a global Array which can be used in different objects in the same scene? A kind of global constants to be accessible for every object.
-
Spawn objects freezes other object’s moves
I spawn two new objects every 1.5 seconds and then they move slowly accross the screen with all other objects previously spawned. But every time the spawn behaviour is triggered all other currently moving objects are freezing for a few milliseconds which gives not a smooth continuous flow of the objects. How can I avoid this interruptions?
-
RE: Sound doesn’t loop properly
@murtaza But how do you explain that the delay always only happens after the first restart of the sound? Every subsequent restart is without any delay.
-
RE: Sound doesn’t loop properly
@aidan-oxley Thanks for the hint. The sound is not music and a music is already playing. The sound is a car engine sound which increases the pitch if driving faster and lower if driving slower. So the idea with the timing needs to be calculated for all the possible steps which is very tedious.
-
RE: Sound doesn’t loop properly
The same happens when connecting two play sound behaviours: the second should start immediately after the first has finished but there is always a lag before starting the second sound.
-
Sound with pitch greater 100 cannot be made loopable
When playing a loobable sound with pitch greater than 100 then it cannot be properly looped. At the earlier end of the sound it waits until the real length of the sound and only by then triggers the next behaviour. A loopable sound is not possible with this unexpected behaviour.
-
Sound doesn’t loop properly
I have imported a loopable wav file and I start the sound and directly call it again and again once finished but when it finished the furst time there is a small lag (silence for a few miliseconds) and then it starts from the beginning. This is only at the first end. After the second end it timely starts again without lag.
-
RE: Drag and Drop unusable
@Aidan-Oxley Actually I did exactly this and it didn't work. I tried again and now is working... Thanks anyway!
-
Drag and Drop unusable
Re: Drag & Drop Sensitivity for Physics objects
With the current Drag and Drop behaviour it is even not possible to make a simple air hockey game. It is not very reactive means follows very slowly your movements.
Is there a workaround for this? I tried with While Touching and move then the object to the new position but then the physics do not work properly.