Search found 1 match

by Sub_Zer0
Sun Jun 21, 2020 3:47 am
Forum: Technical Support
Topic: Eos Bug Report
Replies: 0
Views: 1161

Eos Bug Report

Hi,

I came across 2 bugs while working with Eos recently:


1. setTimeout() doesn't work even though it is mentioned on the API Reference page under Sound


var mySound = Sound.get('example')

// Skip to 20 seconds into the sound clip
mySound.seek(20)

// Rewind to the beginning after 10 seconds ...